summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Leonard Schmidt2014-08-21 14:31:15 +0200
committer Willy Sudiarto Raharjo2014-08-21 14:31:15 +0200
commitdbfbe637e4b31604afc62833917586bbfe33bc42 (patch)
tree76454d7ab81d4e36e08815c697e821b66005119b /graphics
parent144191b42aad07a80cfb6a6c92bed64ed90bb670 (diff)
downloadslackbuilds-dbfbe637e4b31604afc62833917586bbfe33bc42.tar.gz
graphics/sxiv: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sxiv/sxiv.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sxiv/sxiv.SlackBuild b/graphics/sxiv/sxiv.SlackBuild
index de5e15ef51..8519d06379 100644
--- a/graphics/sxiv/sxiv.SlackBuild
+++ b/graphics/sxiv/sxiv.SlackBuild
@@ -60,14 +60,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make install \
PREFIX=/usr \