fix build of libgpod (Python bindings was not build

This commit is contained in:
Stephan Raue 2009-03-24 23:24:07 +01:00
parent 288ba97b58
commit b9da42ea6e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ $SCRIPTS/build gtk+
$SCRIPTS/build Python
$SCRIPTS/build pygobject
$SCRIPTS/build swig
$SCRIPTS/build mutagen
. config/options.python

View File

@ -10,6 +10,7 @@ $SCRIPTS/build Python
cd $BUILD/$1*
$PYTHON setup.py build
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root $SYSROOT_PREFIX
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
find .install -name "*.py" -type f -exec rm -rf "{}" ";"