mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fix typos for mercurial-1.5 bep file
This commit is contained in:
@@ -12,6 +12,6 @@ BUILD {
|
||||
|
||||
INSTALL {
|
||||
cd mercurial-1.5
|
||||
([ -n $DESTDIR ] && python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force \
|
||||
|| python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force)
|
||||
([[ -n $DESTDIR ]] && python setup.py install --root="$DESTDIR" --prefix="/boot/common" --force \
|
||||
|| python setup.py install --prefix="/boot/common" --force)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user