Modified the mercurial-1.5 bep file to allow automatic packaging.

This commit is contained in:
Chris Roberts
2010-03-12 06:34:50 +00:00
parent 91db569c39
commit 6e52bdcd98

View File

@@ -7,11 +7,11 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd mercurial-1.5
PREFIX="/boot/common"
python setup.py install --prefix="/boot/common" --force
python setup.py build --force
}
INSTALL {
cd mercurial-1.5
python setup.py install --prefix="/boot/common" --force
([ -n $DESTDIR ] && python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force \
|| python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force)
}