diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-04-29 11:28:20 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-01 22:01:16 +0100 |
commit | 3a623dd371eb77a1496e83257d93644b67df79e4 (patch) | |
tree | 28836bbcce7c3b310d46a3d33783b789d75cbdfa /development/icecream/icecream.SlackBuild | |
parent | abe49df150e5492d70e7e7ec4ed75717b1ab52cc (diff) |
development/icecream: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/icecream/icecream.SlackBuild')
-rw-r--r-- | development/icecream/icecream.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/icecream/icecream.SlackBuild b/development/icecream/icecream.SlackBuild index 460c4d3044ebc..4afe8dabd3d57 100644 --- a/development/icecream/icecream.SlackBuild +++ b/development/icecream/icecream.SlackBuild @@ -23,7 +23,6 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icecream -SRCNAM=icecc VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +72,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |