From: Michael Tremer Date: Fri, 1 May 2009 20:16:45 +0000 (+0200) Subject: Changed naming of packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039e76fefcd50f4a0bf3a40131ba3fbe15a4c0c2;p=ipfire-3.x.git Changed naming of packages. Ending is .ipk: IPFire package. --- diff --git a/src/pakfire/compressor b/src/pakfire/compressor index 1815e2d1d..3ef86d351 100755 --- a/src/pakfire/compressor +++ b/src/pakfire/compressor @@ -50,7 +50,7 @@ for PKG_EXTRA in $PKG_LIST; do if [ "$PKG_EXTRA" != "normal" ]; then PKG_TARGET="$PKG_TARGET-$PKG_EXTRA" fi - PKG_TARGET="$PKG_TARGET.$SNAME" + PKG_TARGET="$PKG_TARGET.ipk" echo "Running for $PKG_TARGET..."