mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- install control scripts to CONTROLDIR
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user