graphics/Shellpic: Fixed tarball handling.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0f8bc0e532
commit
78e93d4e64
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Shellpic
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || $CWD/v$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="Shellpic"
|
||||
VERSION="1.6.2"
|
||||
HOMEPAGE="https://github.com/larsjsol/shellpic"
|
||||
DOWNLOAD="https://github.com/larsjsol/shellpic/archive/v1.6.2.tar.gz"
|
||||
DOWNLOAD="https://github.com/larsjsol/shellpic/archive/v1.6.2/shellpic-1.6.2.tar.gz"
|
||||
MD5SUM="ab2cfb28d63e05fd8d750832476fcf0b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue