]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Don't return anything if calling info from lfs/Config.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 May 2009 09:34:00 +0000 (11:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 May 2009 09:34:00 +0000 (11:34 +0200)
tools/make-packages

index f653166e6ed960b4b746b91d8b4f014b335b754f..561da33c309bd7a23a6f94304f81f28c31af828e 100644 (file)
@@ -73,6 +73,7 @@ pkg_list_packages_wiki() {
 }
 
 pkg_info() {
+       [ "$1" = "Config" ] && return
        cd $BASEDIR/lfs && $EXTRA_MAKE make -f $1 \
                CONFIG_ROOT=$CONFIG_ROOT \
                LINKER=$LINKER \