CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed command line in pkgmk-cross
authorJose V Beneyto <sepen@crux.nu>
Tue, 8 Dec 2009 17:43:41 +0000 (18:43 +0100)
committerJose V Beneyto <sepen@crux.nu>
Tue, 8 Dec 2009 17:43:41 +0000 (18:43 +0100)
pkgmk-cross

index f33b86763f77dc910a05f08311ee36943d91a52b..6db90be2195201e64dd67d45929f8049a8617d01 100644 (file)
@@ -5,6 +5,6 @@ TOPDIR="$(cd $(dirname $0); pwd)"
 PKGMK=$TOPDIR/src/pkgmk
 PKGMK_CONF=$TOPDIR/src/pkgmk.conf
 
-echo "$PKGMK -cf $PKGMK_CONF" $@
+$PKGMK -cf $PKGMK_CONF $@
 
 # End of file