From 7030272d78b9b3d6b95e19c36068139108eac720 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/eae82797a660b9d48081c5e19e1818a8b93eb12d 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 ------------------ No further description and justification available within origin commit message! ------------------ 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 eb195cccc..7f68d1317 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,