mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- use PRIVATE_HTTPDDIR variable in Makefiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUBDIRS = images scripts languages styles
|
||||
|
||||
installdir = $(DATADIR)/neutrino/httpd
|
||||
installdir = $(PRIVATE_HTTPDDIR)
|
||||
|
||||
install_DATA = channels.js \
|
||||
channels.txt \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
installdir = $(DATADIR)/neutrino/httpd/images
|
||||
installdir = $(PRIVATE_HTTPDDIR)/images
|
||||
|
||||
install_DATA = accept.png \
|
||||
alert.gif \
|
||||
|
@@ -1,4 +1,4 @@
|
||||
installdir = $(DATADIR)/neutrino/httpd/languages
|
||||
installdir = $(PRIVATE_HTTPDDIR)/languages
|
||||
|
||||
install_DATA = Czech Deutsch English Polski Portuguese Slovak
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +1,3 @@
|
||||
installdir = $(DATADIR)/neutrino/httpd/styles
|
||||
installdir = $(PRIVATE_HTTPDDIR)/styles
|
||||
|
||||
install_DATA = Y_Dist-Tuxbox.css Y_Dist-GreyBlue.css
|
||||
|
Reference in New Issue
Block a user