Skip to content

Commit

Permalink
zap2epg: Use new STAGING_INSTALL_PREFIX_VAR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Sep 10, 2021
1 parent 6417a71 commit ba61eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross/zap2epg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ include ../../mk/spksrc.install-resources.mk
zap2epg_install:
install -m 755 -d $(STAGING_INSTALL_PREFIX)/bin
install -m 755 $(WORK_DIR)/$(PKG_DIR)/tv_grab_zap2epg $(STAGING_INSTALL_PREFIX)/bin
install -m 750 -d $(STAGING_INSTALL_PREFIX)/var/epggrab/conf
install -m 640 $(WORK_DIR)/$(PKG_DIR)/epggrab/conf/zap2epg.xml $(STAGING_INSTALL_PREFIX)/var/epggrab/conf
install -m 750 -d $(STAGING_INSTALL_PREFIX_VAR)/epggrab/conf
install -m 640 $(WORK_DIR)/$(PKG_DIR)/epggrab/conf/zap2epg.xml $(STAGING_INSTALL_PREFIX_VAR)/epggrab/conf

0 comments on commit ba61eaa

Please sign in to comment.