diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-09-05 19:48:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-09 06:56:37 +0700 |
commit | 78e93d4e649f4de52fb15eca2b07de1d9777968f (patch) | |
tree | 2e1ec64f19af3b8b8459b5e5e8f150ed4830df86 /graphics | |
parent | 0f8bc0e532015eb10d24184eef051de293991e2e (diff) | |
download | slackbuilds-78e93d4e649f4de52fb15eca2b07de1d9777968f.tar.gz |
graphics/Shellpic: Fixed tarball handling.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Shellpic/Shellpic.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/Shellpic/Shellpic.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Shellpic/Shellpic.SlackBuild b/graphics/Shellpic/Shellpic.SlackBuild index 772c0c4dfe..976f60f813 100644 --- a/graphics/Shellpic/Shellpic.SlackBuild +++ b/graphics/Shellpic/Shellpic.SlackBuild @@ -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 . \ diff --git a/graphics/Shellpic/Shellpic.info b/graphics/Shellpic/Shellpic.info index 66bcab77a6..462631d4e9 100644 --- a/graphics/Shellpic/Shellpic.info +++ b/graphics/Shellpic/Shellpic.info @@ -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="" |