mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Minor bep fixes and style changes for mercurial and less.
This commit is contained in:
@@ -12,6 +12,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd mercurial-1.5
|
||||
([[ -n $DESTDIR ]] && python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force \
|
||||
|| python setup.py install --prefix="/boot/common" --force)
|
||||
if [ -n ${DESTDIR} ];then
|
||||
python setup.py install --root="${DESTDIR}" --prefix="/boot/common" --force
|
||||
else
|
||||
python setup.py install --prefix="/boot/common" --force
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user