Skip to content

Commit

Permalink
fix tvh install (as #4579 is not merged yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jun 14, 2021
1 parent c29d26b commit 1a7921f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spk/tvheadend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ tvheadend_pre_depend:
$(foreach lib,$(VAAPI_LIBS),ln -sfT $(FFMPEG_DIR)/lib/pkgconfig/$(lib) $(STAGING_INSTALL_PREFIX)/lib/pkgconfig/$(lib) ;)

tvheadend_extra_install:
install -p -m 700 -d $(STAGING_SPKVAR)/accesscontrol
install -p -m 700 -d $(STAGING_SPKVAR)/passwd
install -p -m 700 -d $(STAGING_DIR)/var/accesscontrol
install -p -m 700 -d $(STAGING_DIR)/var/passwd
# The following filenames stem from an arbitrary (valid) combination created by TVH
install -m 640 src/accesscontrol.json $(STAGING_SPKVAR)/accesscontrol/d80ccc09630261ffdcae1497a690acc8
install -m 640 src/passwd.json $(STAGING_SPKVAR)/passwd/a927e30a755504f9784f23a4efac5109
install -m 640 src/accesscontrol.json $(STAGING_DIR)/var/accesscontrol/d80ccc09630261ffdcae1497a690acc8
install -m 640 src/passwd.json $(STAGING_DIR)/var/passwd/a927e30a755504f9784f23a4efac5109

0 comments on commit 1a7921f

Please sign in to comment.