Merge pull request #456 from lrusak/hyperion-libreelec-7.0

hyperion: use new example file
This commit is contained in:
Christian Hewitt 2016-06-17 12:36:42 +04:00 committed by GitHub
commit 5eac99532e

View File

@ -96,7 +96,7 @@ addon() {
fi
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/config
cp -P $PKG_BUILD/config/hyperion.config.json $ADDON_BUILD/$PKG_ADDON_ID/config/hyperion.config.json.sample
cp -P $PKG_BUILD/config/hyperion.config.json.example $ADDON_BUILD/$PKG_ADDON_ID/config/hyperion.config.json.sample
sed -i -e "s,/opt/hyperion/effects,/storage/.kodi/addons/service.hyperion/effects,g" \
$ADDON_BUILD/$PKG_ADDON_ID/config/hyperion.config.json.sample