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
CommitLineData
f49ee185
JB
1#!/bin/sh
2
3TOPDIR="$(cd $(dirname $0); pwd)"
4
5PKGMK=$TOPDIR/src/pkgmk
6PKGMK_CONF=$TOPDIR/src/pkgmk.conf
7
acfb1871 8$PKGMK -cf $PKGMK_CONF $@
f49ee185
JB
9
10# End of file