mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
nhttpd: move yWeb.conf into y-web dir
Origin commit data
------------------
Branch: ni/coolstream
Commit: 50f55f1b9d
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Origin message was:
------------------
- nhttpd: move yWeb.conf into y-web dir
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -94,6 +94,9 @@ install_DATA = \
|
||||
Y_Wait.yhtm \
|
||||
Y_yWeb.js
|
||||
|
||||
configdir = $(CONFIGDIR)
|
||||
config_DATA = yWeb.conf
|
||||
|
||||
install-data-hook:
|
||||
@# Badass hack, I know. If anyone knows a better way -- please send patch!
|
||||
find $(DESTDIR)$(PRIVATE_HTTPDDIR)/ -type f -print0 | xargs --no-run-if-empty -0 \
|
||||
|
@@ -18,13 +18,9 @@ AM_CPPFLAGS += \
|
||||
-I$(top_srcdir)/lib/connection \
|
||||
@FREETYPE_CFLAGS@
|
||||
|
||||
|
||||
noinst_LIBRARIES = libnhttpd.a
|
||||
libnhttpd_a_SOURCES = yhttpd.cpp
|
||||
|
||||
libnhttpd_adir = @CONFIGDIR@
|
||||
libnhttpd_a_DATA = nhttpd.conf
|
||||
EXTRA_DIST = nhttpd.conf nhttpd.conf.in
|
||||
|
||||
installdir = $(CONFIGDIR)
|
||||
install_DATA = yWeb.conf
|
||||
|
Reference in New Issue
Block a user