mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
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
19 lines
275 B
Makefile
19 lines
275 B
Makefile
installdir = $(PRIVATE_HTTPDDIR)/scripts
|
|
|
|
install_SCRIPTS = \
|
|
api.sh \
|
|
_Y_Globals.sh \
|
|
_Y_Library.sh \
|
|
Y_Live.sh \
|
|
Y_Tools.sh
|
|
|
|
# file manager
|
|
install_SCRIPTS += \
|
|
Y_NAS.sh
|
|
|
|
# NI-yWeb
|
|
install_SCRIPTS += \
|
|
Y_NI_Camd-control.sh \
|
|
Y_NI_Plugin-control.sh \
|
|
Y_NI_Tools.sh
|