fix driconf

This commit is contained in:
Stephan Raue 2009-04-25 01:15:10 +02:00
parent 6a4cde4721
commit 3cfa64acc6

View File

@ -15,6 +15,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
sed -i -e "s%/usr/local%/usr%" .install/usr/bin/driconf
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"