summaryrefslogtreecommitdiffstats
path: root/system/isomaster/isomaster.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/isomaster/isomaster.SlackBuild')
-rw-r--r--system/isomaster/isomaster.SlackBuild8
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 \