Skip to content

Commit

Permalink
vdr-addon: empty channels.conf is enough
Browse files Browse the repository at this point in the history
the default one is big and confusing..
  • Loading branch information
stefansaraev committed Jan 2, 2015
1 parent 940d6fa commit eab1154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addons/service/multimedia/vdr-addon/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ addon() {
VDR_PLUGIN_EPGFIXER_DIR="$(get_build_dir vdr-plugin-epgfixer)"

mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/config
cp $VDR_DIR/channels.conf $ADDON_BUILD/$PKG_ADDON_ID/config
touch $ADDON_BUILD/$PKG_ADDON_ID/config/channels.conf
cp $VDR_DIR/diseqc.conf $ADDON_BUILD/$PKG_ADDON_ID/config
cp $VDR_DIR/keymacros.conf $ADDON_BUILD/$PKG_ADDON_ID/config
cp $VDR_DIR/scr.conf $ADDON_BUILD/$PKG_ADDON_ID/config
Expand Down

0 comments on commit eab1154

Please sign in to comment.