summaryrefslogtreecommitdiffstats
path: root/yasm
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-06-16 10:17:16 +0000
committer Eric Hameleers <alien@slackware.com>2008-06-16 10:17:16 +0000
commit0efabbeb82c3879ac42afd0af078dbd5c4ff810e (patch)
tree9d80c94849044ea8ea6243ed6496a83e0321b103 /yasm
parentc43d48a3079929e065dd610bfa9d1dc85bddf4d5 (diff)
downloadasb-0efabbeb82c3879ac42afd0af078dbd5c4ff810e.tar.gz
asb-0efabbeb82c3879ac42afd0af078dbd5c4ff810e.tar.xz
Fix error in USE_PYTHON value
Diffstat (limited to 'yasm')
-rwxr-xr-xyasm/build/yasm.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/yasm/build/yasm.SlackBuild b/yasm/build/yasm.SlackBuild
index 7042623b..df59901a 100755
--- a/yasm/build/yasm.SlackBuild
+++ b/yasm/build/yasm.SlackBuild
@@ -51,7 +51,7 @@ DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING GNU_* NEWS README *.txt"
# If you want to enable python bindings, set ENABLE_PYTHON to "YES".
# It will fail on Slackware 12.0 btw (missing Pyrex).
-ENABLE_PYTHON=${ENABLE_PYTHON:NO}
+ENABLE_PYTHON=${ENABLE_PYTHON:-"NO"}
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)