Merge pull request #4822 from chewitt/settings

LibreELEC-settings: only python_compile /resources/lib/*
This commit is contained in:
Matthias Reichl 2021-01-01 10:22:06 +01:00 committed by GitHub
commit 93aebe0221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ post_makeinstall_target() {
-i $INSTALL/usr/lib/libreelec/backup-restore -i $INSTALL/usr/lib/libreelec/backup-restore
ADDON_INSTALL_DIR=${INSTALL}/usr/share/kodi/addons/service.libreelec.settings ADDON_INSTALL_DIR=${INSTALL}/usr/share/kodi/addons/service.libreelec.settings
python_compile ${ADDON_INSTALL_DIR} python_compile ${ADDON_INSTALL_DIR}/resources/lib/
} }
post_install() { post_install() {