diff options
author | Erik Hanson <erik@slackbuilds.org> | 2011-03-30 17:03:26 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2011-03-30 17:03:26 -0500 |
commit | dfa18a8d5719ba2518d31c63870f5841ed96f0ae (patch) | |
tree | c71b24adb6df82449147f5a73ec38c61f092f974 /system/isomaster/isomaster.SlackBuild | |
parent | 28300d761965956492e0913de3f8a3399287238a (diff) | |
download | slackbuilds-dfa18a8d5719ba2518d31c63870f5841ed96f0ae.tar.gz |
system/isomaster: Updated for version 1.3.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/isomaster/isomaster.SlackBuild')
-rw-r--r-- | system/isomaster/isomaster.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/system/isomaster/isomaster.SlackBuild b/system/isomaster/isomaster.SlackBuild index 80d7df20c8..098eeb2e58 100644 --- a/system/isomaster/isomaster.SlackBuild +++ b/system/isomaster/isomaster.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ISO Master # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=isomaster -VERSION=1.3.7 +VERSION=1.3.8 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -62,7 +60,7 @@ chown -R root:root . chmod -R u+w,go+r-w,a-s . # No autotools, do manually. -CFLAGS="$SLKCFLAGS" +CFLAGS="$SLKCFLAGS" \ make \ PREFIX=/usr \ MYMANPATH=/usr/man/man1 \ |