diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-11-06 22:27:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:12 +0700 |
commit | f1b90f5eb33276c255c7eb21f62424da6b969b8f (patch) | |
tree | 6aa270d44c2e9f463d7d30222cfcd31b0c1614dd /misc/dmg2img/dmg2img.SlackBuild | |
parent | 466d86aefa7b02bb6e958cd54e4727b4e69e638e (diff) |
misc/dmg2img: Updated for version 1.6.5 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/dmg2img/dmg2img.SlackBuild')
-rw-r--r-- | misc/dmg2img/dmg2img.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/dmg2img/dmg2img.SlackBuild b/misc/dmg2img/dmg2img.SlackBuild index 6a8d27db5354c..2b3bc09d6f6b6 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 |