mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
fix build outside of source dir by creating proper install rules for yhttpd
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@148 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
install-data-local:
|
||||
install -d $(DATADIR)/neutrino/httpd-y/scripts
|
||||
install -m 0755 Y_*.sh $(DATADIR)/neutrino/httpd-y/scripts
|
||||
install -m 0644 _Y_*.sh $(DATADIR)/neutrino/httpd-y/scripts
|
||||
install -m 0755 api.sh $(DATADIR)/neutrino/httpd-y/scripts
|
||||
installdir = $(DATADIR)/neutrino/httpd-y/scripts
|
||||
|
||||
uninstall-local:
|
||||
-rm -rf $(DATADIR)/neutrino/httpd-y/scripts
|
||||
install_DATA= api.sh _Y_Globals.sh _Y_Library.sh Y_Live.sh Y_Plugins.sh Y_Tools.sh
|
||||
|
||||
install-data-hook:
|
||||
chmod 0755 $(DATADIR)/neutrino/httpd-y/scripts/api.sh
|
||||
chmod 0755 $(DATADIR)/neutrino/httpd-y/scripts/Y_*.sh
|
||||
|
Reference in New Issue
Block a user