From a2036972c4a09b65fc320f3be760b70723ff92ff Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 26 Jan 2019 17:05:43 +0100 Subject: [PATCH] install control scripts to CONTROLDIR Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f9448e7af22592ba2e0c5e2af2f6f1a0fee99329 Author: vanhofen 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 --- data/control/Makefile.am | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/data/control/Makefile.am b/data/control/Makefile.am index 91bca1a6e..0d02e5bc4 100644 --- a/data/control/Makefile.am +++ b/data/control/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(CONFIGDIR) +installdir = $(CONTROLDIR) install_DATA = \ audioplayer.start \ @@ -20,20 +20,20 @@ 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)/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 + 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)/standby.on + chmod 0755 $(DESTDIR)$(CONTROLDIR)/standby.off