summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author David Spencer2016-01-09 23:55:00 +0100
committer Robby Workman2016-01-11 04:34:39 +0100
commit8081a988a9168a34369b60f9a5c48a117e735850 (patch)
treea6f5658d7a402bc3e44ca13d9575a0985d1b9f5c /desktop
parentff8b0420e5b9bf59fb2c6c5196fa1e08776bad67 (diff)
downloadslackbuilds-8081a988a9168a34369b60f9a5c48a117e735850.tar.gz
desktop/fbmenugen: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/fbmenugen/fbmenugen.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/fbmenugen/fbmenugen.SlackBuild b/desktop/fbmenugen/fbmenugen.SlackBuild
index ffdd3c653e..a8b9ffdd72 100644
--- a/desktop/fbmenugen/fbmenugen.SlackBuild
+++ b/desktop/fbmenugen/fbmenugen.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 . \