]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Also make symlinked packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 May 2009 11:10:06 +0000 (13:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 May 2009 11:10:06 +0000 (13:10 +0200)
tools/make-include

index 7c44652d40443b30e6c401f546f9a20748713be3..19e82aae37fb1aadba6a2334fb5a3a9641831a5b 100644 (file)
@@ -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