Files
Arch-R/packages/sysutils/busybox/need_unpack
Stephan Raue de71016fb4 initial import
2009-03-18 13:02:53 +01:00

14 lines
220 B
Bash
Executable File

#!/bin/sh
. config/options
STAMP=$STAMPS/$1/unpack
PKG_DIR=`find $PACKAGES -type d -name $1`
. $STAMP
test $PKG_DIR/config/$1.conf -nt $STAMP && rm -f $STAMP
test $STAMP_DEVTOOLS != $DEVTOOLS && rm -f $STAMP
exit 0