system/pycp: Fix tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-08-02 19:05:31 +01:00
parent 27d3148e40
commit 6cc6310ad4
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="pycp"
VERSION="7.2.2"
HOMEPAGE="https://github.com/yannicklm/pycp"
DOWNLOAD="https://github.com/yannicklm/pycp/archive/v7.2.2.tar.gz"
DOWNLOAD="https://github.com/yannicklm/pycp/archive/v7.2.2/pycp-7.2.2.tar.gz"
MD5SUM="3cf542af705d99bde083b036de18782e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""