diff --git a/data/control/Makefile.am b/data/control/Makefile.am index 7a8731572..3c94e4ffe 100644 --- a/data/control/Makefile.am +++ b/data/control/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(CONFIGDIR) +installdir = $(CONTROLDIR) install_DATA = \ flash.start @@ -22,20 +22,19 @@ 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)/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)/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