summaryrefslogtreecommitdiffstats
path: root/system/barman/barman.SlackBuild
diff options
context:
space:
mode:
author B. Watson2015-10-27 20:31:52 +0100
committer Willy Sudiarto Raharjo2015-10-31 02:33:10 +0100
commit083cecf113a69553382d88a579e0aef2bfad7d9e (patch)
treed00989170f14e439d69ae509f36e198b92289bb1 /system/barman/barman.SlackBuild
parent956ec71e67024504b3063b2b68d76182fc9f034e (diff)
downloadslackbuilds-083cecf113a69553382d88a579e0aef2bfad7d9e.tar.gz
system/barman: Fix DOWNLOAD.
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r--system/barman/barman.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index 7fbb2c49d5..fb236f6f46 100644
--- a/system/barman/barman.SlackBuild
+++ b/system/barman/barman.SlackBuild
@@ -60,7 +60,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/${PRGNAM}_$VERSION.orig.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \