mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/pycp: Fix tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
27d3148e40
commit
6cc6310ad4
2 changed files with 2 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue