mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: f74f2aef5c
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-26 (Sat, 26 Jan 2019)
Origin message was:
------------------
- move control scripts from data/neutrino-scripts to data/control
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
installdir = $(CONFIGDIR)
|
|
|
|
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 \
|
|
standby.on \
|
|
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)/migration.sh
|
|
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
|