this does not take into account the $root and $prefix variables it needs a "--prefix $root/$prefix" (maybe in pyconfopt) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1218 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -21,9 +21,10 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
pyconfopt=""
pyconfopt="--prefix $root/$prefix"
python_pkg_main() {
python setup.py $pyconfopt build install
}
custmain=python_pkg_main