summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Matteo Bernardini2013-12-18 17:25:48 +0100
committer Robby Workman2013-12-25 22:06:01 +0100
commitbc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a (patch)
tree88611aab44159fda07cf63fa6ef4b8a3367f4efd /network
parent909b27d7b192399c5d0c3ae9f456e1a2ddb9cf64 (diff)
downloadslackbuilds-bc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a.tar.gz
network/etherpad-lite: Added alternate tar-uncompress command.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/etherpad-lite/etherpad-lite.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/etherpad-lite/etherpad-lite.SlackBuild b/network/etherpad-lite/etherpad-lite.SlackBuild
index 949938805c..940bb84e49 100644
--- a/network/etherpad-lite/etherpad-lite.SlackBuild
+++ b/network/etherpad-lite/etherpad-lite.SlackBuild
@@ -47,7 +47,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \