From 9f43cb64b66eea573cba7b6cd06c4087143d8772 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Wed, 13 Jan 2016 00:22:35 +0000 Subject: misc/Colormake: Support alternate tarball name. Signed-off-by: David Spencer --- misc/Colormake/Colormake.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . \ -- cgit v1.2.3