Fix typos for mercurial-1.5 bep file

This commit is contained in:
Chris Roberts
2010-03-12 06:43:27 +00:00
parent 6e52bdcd98
commit 74d3bd5e55

View File

@@ -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)
}