graphics/yafaray: Minor tweak to remove bash-specific syntax

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Alan Alberghini 2010-12-11 22:29:59 -06:00 committed by Robby Workman
parent ba5f7d9180
commit def12bf7c6
2 changed files with 5 additions and 4 deletions

View File

@ -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 \

View File

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alan Alberghini"
EMAIL="414N@slacky.it"
APPROVED="dsomero"
APPROVED="dsomero,rworkman"