CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed bsdtar invocation, need to solve problems with modification times.
[pkgutils-cross.git] / pkgmk-cross
1 #!/bin/sh
2
3 TOPDIR="$(cd $(dirname $0); pwd)"
4
5 PKGMK=$TOPDIR/src/pkgmk
6 PKGMK_CONF=$TOPDIR/src/pkgmk.conf
7
8 $PKGMK -cf $PKGMK_CONF $@
9
10 # End of file