diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-12-18 17:25:48 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:06:01 -0600 |
commit | bc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a (patch) | |
tree | 88611aab44159fda07cf63fa6ef4b8a3367f4efd /network/etherpad-lite | |
parent | 909b27d7b192399c5d0c3ae9f456e1a2ddb9cf64 (diff) | |
download | slackbuilds-bc8d85dd33fc3c8f7be0e96f1a3c5fcbb8b5b27a.tar.gz |
network/etherpad-lite: Added alternate tar-uncompress command.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/etherpad-lite')
-rw-r--r-- | network/etherpad-lite/etherpad-lite.SlackBuild | 2 |
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 . \ |