diff options
author | B. Watson <yalhcru@gmail.com> | 2015-10-27 15:31:52 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-31 08:33:10 +0700 |
commit | 083cecf113a69553382d88a579e0aef2bfad7d9e (patch) | |
tree | d00989170f14e439d69ae509f36e198b92289bb1 /system/barman/barman.SlackBuild | |
parent | 956ec71e67024504b3063b2b68d76182fc9f034e (diff) |
system/barman: Fix DOWNLOAD.
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r-- | system/barman/barman.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 7fbb2c49d5662..fb236f6f46890 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 . \ |