From 5f00ec1572fb03b51255b4978c8868f5370e6f09 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 28 Oct 2017 23:36:08 +0200 Subject: [PATCH] acinclude: move default PUBLIC_HTTPDDIR from /var/httpd to /var/tuxbox/httpd Signed-off-by: Thilo Graf Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e1349234f6092fab25862de1abd9017c166b037f Author: vanhofen Date: 2017-10-28 (Sat, 28 Oct 2017) Origin message was: ------------------ - acinclude: move default PUBLIC_HTTPDDIR from /var/httpd to /var/tuxbox/httpd Signed-off-by: Thilo Graf ------------------ This commit was generated by Migit --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index b8b8d65a7..192c9813b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -199,7 +199,7 @@ TUXBOX_APPS_DIRECTORY_ONE(iconsdir_var,ICONSDIR_VAR,localstatedir,/var,/tuxbox/i TUXBOX_APPS_DIRECTORY_ONE(private_httpddir,PRIVATE_HTTPDDIR,datadir,/share,/tuxbox/neutrino/httpd, [--with-private_httpddir=PATH ],[where to find the the private httpd files]) -TUXBOX_APPS_DIRECTORY_ONE(public_httpddir,PUBLIC_HTTPDDIR,localstatedir,/var,/httpd, +TUXBOX_APPS_DIRECTORY_ONE(public_httpddir,PUBLIC_HTTPDDIR,localstatedir,/var,/tuxbox/httpd, [--with-public_httpddir=PATH ],[where to find the the public httpd files]) TUXBOX_APPS_DIRECTORY_ONE(hosted_httpddir,HOSTED_HTTPDDIR,mntdir,/mnt,/hosted,