mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix driconf
This commit is contained in:
parent
7743c35343
commit
6a4cde4721
@ -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 "{}" ";"
|
||||
|
@ -19,3 +19,4 @@ make -C libexif
|
||||
$STRIP libexif/.libs/*.so*
|
||||
|
||||
$MAKEINSTALL -C libexif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user