mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Modified the mercurial-1.5 bep file to allow automatic packaging.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user