Skip to content

Commit

Permalink
dash2ts: fix package.mk (post_makeinstall_target)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabrimus committed Feb 17, 2025
1 parent 542201b commit 9a5ab10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vdr/vdr-depends/dash2ts/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ makeinstall_target() {
post_makeinstall_target() {
# prepare sample archive
mkdir -p ${INSTALL}/storage/.config/vdropt-sample/plugins/iptv/
mkdir -p ${INSTALL}/storage/.config/system.d/

cp -r ${PKG_BUILD}/Test/orfstream.sh ${INSTALL}/storage/.config/vdropt-sample/plugins/iptv/
cp -r ${PKG_BUILD}/zattoo/Test/zattoostream.sh ${INSTALL}/storage/.config/vdropt-sample/plugins/iptv/
cp -r ${PKG_BUILD}/Test/channels.conf ${INSTALL}/storage/.config/vdropt-sample/channels.conf.dash2ts-sample
cp -r ${PKG_BUILD}/zattoo/Test/zattood.service.sample ${INSTALL}/storage/.config/system.d
cp -r ${PKG_BUILD}/zattoo/Test/zattood.service.sample ${INSTALL}/storage/.config/system.d/

# zip everything
mkdir -p ${INSTALL}/usr/local/config
Expand Down

0 comments on commit 9a5ab10

Please sign in to comment.