fix driconf

This commit is contained in:
Stephan Raue 2009-04-25 00:59:58 +02:00
parent 7743c35343
commit 6a4cde4721
2 changed files with 3 additions and 0 deletions

View File

@ -14,5 +14,7 @@ sed -i -e "s%/usr/local%/usr%" setup.cfg
$PYTHON setup.py install -O1 --root ./.install
sed -i -e "s%$ROOT/$TOOLCHAIN%/usr%" .install/usr/bin/driconf
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"

View File

@ -19,3 +19,4 @@ make -C libexif
$STRIP libexif/.libs/*.so*
$MAKEINSTALL -C libexif