summaryrefslogtreecommitdiffstats
path: root/system/trashy/trashy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/trashy/trashy.SlackBuild')
-rw-r--r--system/trashy/trashy.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/trashy/trashy.SlackBuild b/system/trashy/trashy.SlackBuild
index d60a292c55..6a97de8884 100644
--- a/system/trashy/trashy.SlackBuild
+++ b/system/trashy/trashy.SlackBuild
@@ -27,8 +27,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/archive.tar.bz2 || tar xvf $CWD/archive.tar.bz2?ref={master,1.0}
-cd $PRGNAM.git
+rm -rf $PRGNAM-master-*
+tar xvf $CWD/archive.tar.bz2 || tar xvf $CWD/trashy-master-*.tar.bz2
+cd $PRGNAM-master-*
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \