aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0ffa7f63..13def5f8 100755
--- a/configure
+++ b/configure
@@ -4659,7 +4659,7 @@ esac
case $host_os in
freebsd*)
- RCYNIC_HTML_DIR='/usr/local/www/data/rcynic'
+ RCYNIC_HTML_DIR='/usr/local/www/apache22/data/rcynic'
;;
linux*)
RCYNIC_HTML_DIR='/var/www/rcynic'
diff --git a/configure.ac b/configure.ac
index 3abf4dfe..dba14140 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,7 +352,7 @@ AC_SUBST_FILE(RCYNIC_MAKE_RULES)
case $host_os in
freebsd*)
- RCYNIC_HTML_DIR='/usr/local/www/data/rcynic'
+ RCYNIC_HTML_DIR='/usr/local/www/apache22/data/rcynic'
;;
linux*)
RCYNIC_HTML_DIR='/var/www/rcynic'