mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #3959 from MilhouseVH/le10_settings-addon-py3
LibreELEC-settings: re-enable bytecode compilation
This commit is contained in:
@@ -25,9 +25,11 @@ post_makeinstall_target() {
|
||||
|
||||
ADDON_INSTALL_DIR=$INSTALL/usr/share/kodi/addons/service.libreelec.settings
|
||||
|
||||
#python_compile $ADDON_INSTALL_DIR/resources/lib/
|
||||
python_compile $ADDON_INSTALL_DIR/resources/lib/
|
||||
|
||||
#python_compile $ADDON_INSTALL_DIR/oe.py
|
||||
python_compile $ADDON_INSTALL_DIR/defaults.py
|
||||
|
||||
python_compile $ADDON_INSTALL_DIR/oe.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
||||
Reference in New Issue
Block a user