1
0
forked from ports/contrib

mercurial: remove call to help

This commit is contained in:
Thomas Penteker 2010-12-08 20:32:38 +01:00
parent b195ebdede
commit 08fe87ddcf

View File

@ -11,6 +11,5 @@ source=(http://www.selenic.com/$name/release/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py --help install
python setup.py install --root=$PKG
}