Files
recycled-ni-neutrino/data/control/Makefile.am
vanhofen acf37aec31 add missing scan.start/stop control scripts
Origin commit data
------------------
Branch: ni/coolstream
Commit: e5a1375aa8
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)

Origin message was:
------------------
- add missing scan.start/stop control scripts

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2019-01-26 17:05:44 +01:00

44 lines
1.3 KiB
Makefile

installdir = $(CONTROLDIR)
install_DATA = \
audioplayer.start \
audioplayer.end \
deepstandby.on \
deepstandby.off \
flash.start \
inactivity.on \
migration.sh \
movieplayer.start \
movieplayer.end \
neutrino.start \
pictureviewer.start \
pictureviewer.end \
recording.timer \
recording.start \
recording.end \
scan.start \
scan.stop \
standby.on \
standby.off
install-data-hook:
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)/migration.sh
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)/scan.start
chmod 0755 $(DESTDIR)$(CONTROLDIR)/scan.stop
chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.on
chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off