data/y-web/scripts/Makefile.am: simplify; fix script permissions

Origin commit data
------------------
Commit: e0b14d5789
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-03 (Fri, 03 May 2019)

Origin message was:
------------------
- data/y-web/scripts/Makefile.am: simplify; fix script permissions
This commit is contained in:
vanhofen
2019-05-03 22:06:15 +02:00
parent 5c4af09420
commit 80a7e04688
7 changed files with 13 additions and 10 deletions

View File

@@ -1,15 +1,18 @@
installdir = $(PRIVATE_HTTPDDIR)/scripts
installdir = $(PRIVATE_HTTPDDIR)/scripts
install_DATA= api.sh _Y_Globals.sh _Y_Library.sh Y_Live.sh Y_Tools.sh
install_SCRIPTS = \
api.sh \
_Y_Globals.sh \
_Y_Library.sh \
Y_Live.sh \
Y_Tools.sh
# file manager
install_DATA += Y_NAS.sh
install_SCRIPTS += \
Y_NAS.sh
# NI-yWeb
install_DATA += Y_NI_Camd-control.sh \
Y_NI_Plugin-control.sh \
Y_NI_Tools.sh
install-data-hook:
chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/api.sh
chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/Y_*.sh
install_SCRIPTS += \
Y_NI_Camd-control.sh \
Y_NI_Plugin-control.sh \
Y_NI_Tools.sh

0
data/y-web/scripts/Y_Live.sh Executable file → Normal file
View File

0
data/y-web/scripts/Y_NAS.sh Executable file → Normal file
View File

0
data/y-web/scripts/Y_Tools.sh Executable file → Normal file
View File

0
data/y-web/scripts/_Y_Globals.sh Executable file → Normal file
View File

0
data/y-web/scripts/_Y_Library.sh Executable file → Normal file
View File

0
data/y-web/scripts/api.sh Executable file → Normal file
View File