summaryrefslogtreecommitdiffstats
path: root/misc/dmg2img/dmg2img.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dmg2img/dmg2img.SlackBuild')
-rw-r--r--misc/dmg2img/dmg2img.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/dmg2img/dmg2img.SlackBuild b/misc/dmg2img/dmg2img.SlackBuild
index 6a8d27db53..2b3bc09d6f 100644
--- a/misc/dmg2img/dmg2img.SlackBuild
+++ b/misc/dmg2img/dmg2img.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for dmg2img
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2013 Thomas O. Robinson <cyranix@cyranix.net>
# All rights reserved.
#
@@ -23,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dmg2img
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$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 CFLAGS="$SLKCFLAGS"
make install DESTDIR=$PKG