mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +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
|
||||
}
|
||||
|
||||
@@ -14,5 +14,9 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd less-436
|
||||
make install
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
make install DESTDIR="${DESTDIR}"
|
||||
else
|
||||
make install
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user