Files
Arch-R/packages/sysutils/busybox/need_unpack
Stephan Raue a44d005f66 projects/options:
- big rework of projects/*/options, config/options, config/path.
- most configurable options now under project folder
2009-12-19 01:35:31 +01:00

14 lines
222 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