Skip to content

Commit

Permalink
LibreELEC-settings: re-enable bytecode compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Nov 4, 2019
1 parent cfe1640 commit 5578f1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mediacenter/LibreELEC-settings/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5578f1c

Please sign in to comment.