mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Conflicts:
configure.ac
Origin commit data
------------------
Branch: ni/coolstream
Commit: 624691ea0d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
------------------
This commit was generated by Migit
16 lines
381 B
Makefile
16 lines
381 B
Makefile
installdir = $(PRIVATE_HTTPDDIR)/scripts
|
|
|
|
install_DATA= api.sh _Y_Globals.sh _Y_Library.sh Y_Live.sh Y_Tools.sh
|
|
|
|
# file manager
|
|
install_DATA += 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
|