diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-13 00:22:35 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:57:56 -0600 |
commit | 9f43cb64b66eea573cba7b6cd06c4087143d8772 (patch) | |
tree | c8c49bc80588acf05a7693e31ff6fed7b7c0d4fe /misc | |
parent | 08d81ac077b1b8b4de1fb0942700132bda80ff83 (diff) | |
download | slackbuilds-9f43cb64b66eea573cba7b6cd06c4087143d8772.tar.gz |
misc/Colormake: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Colormake/Colormake.SlackBuild | 2 |
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 . \ |