Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
65da660a56ea3778d920b871fbf64ed81230f9ee
Arch-R/packages/linux/need_unpack
Stephan Raue d691d2b8f6 buildsystem: big rework & cleanup - PART-1: split functions from 'config/path' to an seperate file 'config/functions', rework and cleanup some build scripts, remove references to $TARGET_PLATFORM, add support for more then one downloadurl for $PKG_URL (partially done), remove support for: $PKG_DIR/arch, $PKG_DIR/platform, $PKG_DIR/url files, remove support for *.diff patches, create download-stampfiles in sources/$PKG_NAME, create md5 files after download, add support to download all sources at once with './scripts/get'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-19 22:01:08 +01:00

10 lines
134 B
Bash
Executable File
Raw Blame History

#!/bin/sh
. config/options $1
STAMP=$STAMPS/$1/unpack
test $PKG_DIR/config/$1.$TARGET_ARCH.conf -nt $STAMP && rm -f $STAMP
exit 0
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Page: 60ms Template: 9ms
English
English
Licenses API