mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
scripts/unpack: remove unneeded code
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -34,7 +34,7 @@ rm -rf $BUILD/$1[-_]cvs*
|
||||
rm -rf $BUILD/$1[-_]svn*
|
||||
rm -rf $BUILD/$1[-_]git*
|
||||
|
||||
if [ -f $PACKAGE_URL -o -n "$PKG_URL" ]; then
|
||||
if [ -n "$PKG_URL" ]; then
|
||||
$SCRIPTS/extract $1 "$1*.tar.bz2" $BUILD
|
||||
$SCRIPTS/extract $1 "$1*.tar.gz" $BUILD
|
||||
$SCRIPTS/extract $1 "$1*.tgz" $BUILD
|
||||
|
||||
Reference in New Issue
Block a user