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

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-05-03 22:06:15 +02:00
committed by Thilo Graf
parent a1fc88e51f
commit 15e8b2d5ea
7 changed files with 9 additions and 3 deletions

View File

@@ -1,9 +1,15 @@
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
install-data-hook:
chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/api.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