From f864e4b90b64d066caf11f28456e665371cf94d8 Mon Sep 17 00:00:00 2001 From: Michael Weirauch Date: Tue, 8 Jun 2010 19:55:09 +0000 Subject: [PATCH] * readd quotes --- dev-util/scons/scons-1.0.1.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/scons/scons-1.0.1.bep b/dev-util/scons/scons-1.0.1.bep index 0f6a8b19c..e007090ee 100644 --- a/dev-util/scons/scons-1.0.1.bep +++ b/dev-util/scons/scons-1.0.1.bep @@ -15,7 +15,7 @@ BUILD { INSTALL { cd scons-1.0.1 if [ ! -z ${DESTDIR} ];then - python setup.py install --root=${DESTDIR} --prefix="/boot/common" --symlink-scons --standard-lib + python setup.py install --root="${DESTDIR}" --prefix="/boot/common" --symlink-scons --standard-lib else python setup.py install --prefix="/boot/common" --symlink-scons --standard-lib fi