summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2016-01-13 01:22:35 +0100
committer Robby Workman2016-01-13 04:57:56 +0100
commit9f43cb64b66eea573cba7b6cd06c4087143d8772 (patch)
treec8c49bc80588acf05a7693e31ff6fed7b7c0d4fe
parent08d81ac077b1b8b4de1fb0942700132bda80ff83 (diff)
downloadslackbuilds-9f43cb64b66eea573cba7b6cd06c4087143d8772.tar.gz
misc/Colormake: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--misc/Colormake/Colormake.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Colormake/Colormake.SlackBuild b/misc/Colormake/Colormake.SlackBuild
index 1d19eaef71..b863bb4e2e 100644
--- a/misc/Colormake/Colormake.SlackBuild
+++ b/misc/Colormake/Colormake.SlackBuild
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \