diff --git a/xbps-src/helpers/python-module.sh b/xbps-src/helpers/python-module.sh index e080545c08..5e023d179b 100644 --- a/xbps-src/helpers/python-module.sh +++ b/xbps-src/helpers/python-module.sh @@ -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