* readd quotes

This commit is contained in:
Michael Weirauch
2010-06-08 19:55:09 +00:00
parent adbfc047e9
commit f864e4b90b

View File

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