summaryrefslogtreecommitdiffstats
path: root/python/tweepy
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-11-11 22:55:19 +0100
committer Robby Workman2013-11-12 08:25:00 +0100
commit56ac247ad7c7cdd382968f945a30261cbe419231 (patch)
treedb05b00e7c3807e004b72bdecd13447356f6841d /python/tweepy
parent03b11ddc356c08022b833b7b86760c08d9c939b2 (diff)
downloadslackbuilds-56ac247ad7c7cdd382968f945a30261cbe419231.tar.gz
python/tweepy: Fix archive file name.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python/tweepy')
-rw-r--r--python/tweepy/tweepy.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tweepy/tweepy.SlackBuild b/python/tweepy/tweepy.SlackBuild
index fc1b1d4cbe..88026fc0af 100644
--- a/python/tweepy/tweepy.SlackBuild
+++ b/python/tweepy/tweepy.SlackBuild
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
+tar xvf $CWD/$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find . \