mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
17 lines
312 B
Makefile
17 lines
312 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
|
|
|
|
install-data-hook:
|
|
chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/api.sh
|
|
chmod 0755 $(DESTDIR)$(PRIVATE_HTTPDDIR)/scripts/Y_*.sh
|