diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-09 14:44:24 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-10 21:34:39 -0600 |
commit | c669ddacdff9dd997a1897c4809936f112377ff3 (patch) | |
tree | a76f88f8bf7113c2c5da57d3a95288344469381e | |
parent | 6897455b8d6040f0008019a9d9fd3dacafa44c0c (diff) | |
download | slackbuilds-c669ddacdff9dd997a1897c4809936f112377ff3.tar.gz |
desktop/moka-icon-theme: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | desktop/moka-icon-theme/moka-icon-theme.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/moka-icon-theme/moka-icon-theme.SlackBuild b/desktop/moka-icon-theme/moka-icon-theme.SlackBuild index 32186019e1..cc0b687607 100644 --- a/desktop/moka-icon-theme/moka-icon-theme.SlackBuild +++ b/desktop/moka-icon-theme/moka-icon-theme.SlackBuild @@ -42,7 +42,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCVER.tar.gz +tar xvf $CWD/$SRCVER.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . |