mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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
0
data/y-web/scripts/Y_Live.sh
Executable file → Normal file
0
data/y-web/scripts/Y_NAS.sh
Executable file → Normal file
0
data/y-web/scripts/Y_NAS.sh
Executable file → Normal file
0
data/y-web/scripts/Y_Tools.sh
Executable file → Normal file
0
data/y-web/scripts/Y_Tools.sh
Executable file → Normal file
0
data/y-web/scripts/_Y_Globals.sh
Executable file → Normal file
0
data/y-web/scripts/_Y_Globals.sh
Executable file → Normal file
0
data/y-web/scripts/_Y_Library.sh
Executable file → Normal file
0
data/y-web/scripts/_Y_Library.sh
Executable file → Normal file
0
data/y-web/scripts/api.sh
Executable file → Normal file
0
data/y-web/scripts/api.sh
Executable file → Normal file
Reference in New Issue
Block a user