summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yafaray/yafaray.SlackBuild7
-rw-r--r--graphics/yafaray/yafaray.info2
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/yafaray/yafaray.SlackBuild b/graphics/yafaray/yafaray.SlackBuild
index 9fc6e956a8..f30efa5035 100644
--- a/graphics/yafaray/yafaray.SlackBuild
+++ b/graphics/yafaray/yafaray.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yafaray
-# Copyright (c) 2009 Alan Alberghini <414N@slacky.it>
+# Copyright (c) 2010 Alan Alberghini <414N@slacky.it>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -26,7 +26,8 @@
#
# Build history:
#
-# 1 - Initial release.
+# 1.0 - Initial release.
+# 1.1 - Removed a bashism (==) to become ash-compatible.
PRGNAM=yafaray
VERSION=${VERSION:-0.1.1}
@@ -100,7 +101,7 @@ fi
# a different YF_PACKPATH doesn't seem to work fine, so we have to manually
# copy the files from the temporary debian build path to $PKG in the end.
-if [ ${BUILDPYTHON} == no ]; then
+if [ ${BUILDPYTHON} = no ]; then
scons debian $QTTARGET PREFIX=/usr \
YF_LIBOUT=/usr/lib${LIBDIRSUFFIX} \
YF_PLUGINPATH=/usr/lib${LIBDIRSUFFIX}/yafaray \
diff --git a/graphics/yafaray/yafaray.info b/graphics/yafaray/yafaray.info
index 6aedae5aca..7700161b82 100644
--- a/graphics/yafaray/yafaray.info
+++ b/graphics/yafaray/yafaray.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alan Alberghini"
EMAIL="414N@slacky.it"
-APPROVED="dsomero"
+APPROVED="dsomero,rworkman"