mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
* bash "-n"-test also evaluates empty strings to true
what the setup script doesn't like. fixes install.
This commit is contained in:
@@ -14,7 +14,7 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd scons-1.0.1
|
||||
if [ -n ${DESTDIR} ];then
|
||||
if [ ! -z ${DESTDIR} ];then
|
||||
python2.5 setup.py install --root="${DESTDIR}" --prefix="/boot/common" --symlink-scons --standard-lib
|
||||
else
|
||||
python2.5 setup.py install --prefix="/boot/common" --symlink-scons --standard-lib
|
||||
|
||||
Reference in New Issue
Block a user