helpers/python-module: set prefix to /usr.

--HG--
extra : convert_revision : 2d0ddde369fa4f4e69a183e9ee7a41beb7cb50be
This commit is contained in:
Juan RP 2009-12-23 02:06:45 +01:00
parent 7d5610ad5e
commit a267c68cbb

View file

@ -5,7 +5,7 @@
do_install()
{
if [ -z "$make_install_args" ]; then
make_install_args="--prefix=usr --root=$DESTDIR"
make_install_args="--prefix=/usr --root=$DESTDIR"
fi
cd ${wrksrc} || return 1