Files
Arch-R/packages/linux-drivers/bcm_sta/need_unpack
Stephan Raue 95d70ad684 new package: add initial package 'bcm_sta'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-22 06:19:15 +01:00

13 lines
279 B
Bash
Executable File

#!/bin/sh
. config/options $1
STAMP=$STAMPS/$1/unpack
test $PKG_DIR/config/linux.$TARGET_ARCH.conf -nt $STAMP -o \
$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf -nt $STAMP -o \
$PKG_DIR/url -nt $STAMP -o \
$PKG_DIR/meta -nt $STAMP && rm -f $STAMP
exit 0