From: Michael Tremer Date: Sun, 31 May 2009 11:10:06 +0000 (+0200) Subject: Also make symlinked packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1600139f9a41f3d16bce6963e0431e984ddd0cd1;p=ipfire-3.x.git Also make symlinked packages. --- diff --git a/tools/make-include b/tools/make-include index 7c44652d4..19e82aae3 100644 --- a/tools/make-include +++ b/tools/make-include @@ -405,9 +405,6 @@ ipfire_make() { # This is the function that compresses every package # ################################################################################ package_make() { - # Do nothing on symlinks - [ -L "$1" ] && return 0 - SKIP_PACKAGE_LIST="SKIP_PACKAGE_LIST Config adjust-toolchain cdrom images pxe test-toolchain usb-key usb-stick" \ lfsmakecommoncheck $* [ $? == 1 ] && return 0