From c258f39d4e5c2c6de8f002917126c85c08097ae0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 26 Jan 2017 21:36:14 +0100 Subject: [PATCH] NI-yWeb: fix missing %(WEBTVDIR) replacement Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/29dff2d772e7410cf8ad888c2fdb8eaabf3b24a5 Author: vanhofen Date: 2017-01-26 (Thu, 26 Jan 2017) Origin message was: ------------------ - NI-yWeb: fix missing %(WEBTVDIR) replacement ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/y-web/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/y-web/Makefile.am b/data/y-web/Makefile.am index 24bba6cf7..32b1c93ed 100644 --- a/data/y-web/Makefile.am +++ b/data/y-web/Makefile.am @@ -130,6 +130,8 @@ install-data-hook: -e 's|%(PLUGINDIR)|$(PLUGINDIR)|g' \ -e 's|%(PLUGINDIR_VAR)|$(PLUGINDIR_VAR)|g' \ -e 's|%(PLUGINDIR_MNT)|$(PLUGINDIR_MNT)|g' \ + -e 's|%(WEBTVDIR)|$(WEBTVDIR)|g' \ + -e 's|%(WEBTVDIR_VAR)|$(WEBTVDIR_VAR)|g' \ -e 's|%(PRIVATE_HTTPDDIR)|$(PRIVATE_HTTPDDIR)|g' \ -e 's|%(PUBLIC_HTTPDDIR)|$(PUBLIC_HTTPDDIR)|g' \ ;