data: unify and simplify Makefiles

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e58ef51f3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-01 (Wed, 01 May 2019)

Origin message was:
------------------
- data: unify and simplify Makefiles

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-05-01 18:15:30 +02:00
parent b16e9b0327
commit 2a839f1a08
5 changed files with 16 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
installdir = $(CONTROLDIR)
install_DATA = \
install_SCRIPTS = \
audioplayer.start \
audioplayer.end \
deepstandby.on \
@@ -20,24 +20,3 @@ install_DATA = \
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