mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libcec : only install python files if they exist.
Otherwise if a distro doesnt use python it will break here
This commit is contained in:
parent
300686865f
commit
995465dadb
@ -71,5 +71,7 @@ configure_target() {
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
mv $INSTALL/usr/lib/python2.7/dist-packages $INSTALL/usr/lib/python2.7/site-packages
|
||||
if [ -d $INSTALL/usr/lib/python2.7/dist-packages ]; then
|
||||
mv $INSTALL/usr/lib/python2.7/dist-packages $INSTALL/usr/lib/python2.7/site-packages
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user