- install control scripts to CONTROLDIR

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-26 17:05:43 +01:00
committed by Thilo Graf
parent a5ac19f6c1
commit 91de6f5abe

View File

@@ -1,4 +1,4 @@
installdir = $(CONFIGDIR)
installdir = $(CONTROLDIR)
install_DATA = \
flash.start
@@ -22,20 +22,19 @@ install_DATA = \
# standby.off
#
# install-data-hook:
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.end
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.on
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.off
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/inactivity.on
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.end
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/neutrino.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.end
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.timer
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.start
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
# chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.off
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/audioplayer.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/audioplayer.end
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/deepstandby.on
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/deepstandby.off
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/flash.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/inactivity.on
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/movieplayer.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/movieplayer.end
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/neutrino.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/pictureviewer.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/pictureviewer.end
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.timer
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.start
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.end
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.on
# chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off