mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
install control scripts to CONTROLDIR
Origin commit data
------------------
Branch: ni/coolstream
Commit: f9448e7af2
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)
Origin message was:
------------------
- install control scripts to CONTROLDIR
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
installdir = $(CONFIGDIR)
|
installdir = $(CONTROLDIR)
|
||||||
|
|
||||||
install_DATA = \
|
install_DATA = \
|
||||||
audioplayer.start \
|
audioplayer.start \
|
||||||
@@ -20,20 +20,20 @@ install_DATA = \
|
|||||||
standby.off
|
standby.off
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/audioplayer.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/audioplayer.end
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/audioplayer.end
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.on
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/deepstandby.on
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/deepstandby.off
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/deepstandby.off
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/flash.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/flash.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/inactivity.on
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/inactivity.on
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/migration.sh
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/migration.sh
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/movieplayer.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/movieplayer.end
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/movieplayer.end
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/neutrino.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/neutrino.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/pictureviewer.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/pictureviewer.end
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/pictureviewer.end
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.timer
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.timer
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.start
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.start
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/recording.end
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/recording.end
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.on
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.on
|
||||||
chmod 0755 $(DESTDIR)$(CONFIGDIR)/standby.off
|
chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off
|
||||||
|
Reference in New Issue
Block a user