Browse Source

Mathieu <tenfingers@ifrance.com>

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
rocklinux
Rene Rebe 21 years ago
parent
commit
42a05cc038
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/python/python-pkg.conf

+ 2
- 1
package/base/python/python-pkg.conf

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

Loading…
Cancel
Save