mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
10 lines
134 B
Bash
Executable File
10 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options $1
|
|
|
|
STAMP=$STAMPS/$1/unpack
|
|
|
|
test $PKG_DIR/config/$1.$TARGET_ARCH.conf -nt $STAMP && rm -f $STAMP
|
|
|
|
exit 0
|