diff options
Diffstat (limited to 'externals/build')
-rw-r--r-- | externals/build/linux/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile index a80bebb1..40c3ae58 100644 --- a/externals/build/linux/makefile +++ b/externals/build/linux/makefile @@ -1,7 +1,7 @@ prefix=$(DESTDIR)/usr -EXTERNALS = $(shell cat make.src) +EXTERNALS = $(shell ls ../src) STRIP = strip --strip-unneeded -R .note -R .comment @@ -37,4 +37,4 @@ install: install-doc deb: - cd ../.. && dpkg-buildpackage -b
\ No newline at end of file + cd ../.. && dpkg-buildpackage -b |