]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/make-functions
Meta-Dateien werden nicht verschluesselt.
[people/pmueller/ipfire-2.x.git] / tools / make-functions
index cc66f335dd71c85f71420c7b0862014124a923b1..d1b534dd0e852e7f31580df891afc9e39bba8f37 100644 (file)
@@ -715,7 +715,7 @@ sign_packages() {
        if gpg --list-key 64D96617 ; then
                if [ -d "$BASEDIR/packages" ]; then
                        cd $BASEDIR/packages
-               for i in `ls $BASEDIR/packages`; do
+               for i in `ls $BASEDIR/packages/*.ipfire`; do
                        echo -n "Signing $i"
                                echo $GPG_PASSPHRASE | gpg --sign --armor -u 64D96617 --passphrase-fd 0 $i
                                if [ "$?" -eq "0" ]; then