diff --git a/src/nhttpd/web/Makefile.am b/src/nhttpd/web/Makefile.am index f57da3938..51994c542 100644 --- a/src/nhttpd/web/Makefile.am +++ b/src/nhttpd/web/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = images scripts languages styles -installdir = $(DATADIR)/neutrino/httpd +installdir = $(PRIVATE_HTTPDDIR) install_DATA = channels.js \ channels.txt \ diff --git a/src/nhttpd/web/images/Makefile.am b/src/nhttpd/web/images/Makefile.am index a5da3fd87..8d8e32a4a 100644 --- a/src/nhttpd/web/images/Makefile.am +++ b/src/nhttpd/web/images/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(DATADIR)/neutrino/httpd/images +installdir = $(PRIVATE_HTTPDDIR)/images install_DATA = accept.png \ alert.gif \ diff --git a/src/nhttpd/web/languages/Makefile.am b/src/nhttpd/web/languages/Makefile.am index f4f75feac..a464bb72f 100644 --- a/src/nhttpd/web/languages/Makefile.am +++ b/src/nhttpd/web/languages/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(DATADIR)/neutrino/httpd/languages +installdir = $(PRIVATE_HTTPDDIR)/languages install_DATA = Czech Deutsch English Polski Portuguese Slovak diff --git a/src/nhttpd/web/scripts/Makefile.am b/src/nhttpd/web/scripts/Makefile.am index 946784cb3..d6f6fe213 100644 --- a/src/nhttpd/web/scripts/Makefile.am +++ b/src/nhttpd/web/scripts/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(DATADIR)/neutrino/httpd/scripts +installdir = $(PRIVATE_HTTPDDIR)/scripts install_DATA= api.sh _Y_Globals.sh _Y_Library.sh Y_Live.sh Y_Tools.sh @@ -6,5 +6,5 @@ install_DATA= api.sh _Y_Globals.sh _Y_Library.sh Y_Live.sh Y_Tools.sh install_DATA += Y_NAS.sh install-data-hook: - chmod 0755 $(DESTDIR)$(DATADIR)/neutrino/httpd/scripts/api.sh - chmod 0755 $(DESTDIR)$(DATADIR)/neutrino/httpd/scripts/Y_*.sh + chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/api.sh + chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/Y_*.sh diff --git a/src/nhttpd/web/styles/Makefile.am b/src/nhttpd/web/styles/Makefile.am index 956e11d96..75fa0058f 100644 --- a/src/nhttpd/web/styles/Makefile.am +++ b/src/nhttpd/web/styles/Makefile.am @@ -1,3 +1,3 @@ -installdir = $(DATADIR)/neutrino/httpd/styles +installdir = $(PRIVATE_HTTPDDIR)/styles install_DATA = Y_Dist-Tuxbox.css Y_Dist-GreyBlue.css