Files
Arch-R/packages/sysutils/busybox/need_unpack

13 lines
183 B
Bash
Executable File

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