Browse Source

install the common HTML files into etc/htdig/ to allow the user to override them with own ones

Ralf S. Engelschall 19 years ago
parent
commit
0246521b12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdig/htdig.spec

+ 1 - 1
htdig/htdig.spec

@@ -86,7 +86,7 @@ AutoReqProv:  no
     ./configure \
     ./configure \
         --prefix=%{l_prefix} \
         --prefix=%{l_prefix} \
         --with-config-dir=%{l_prefix}/etc/htdig \
         --with-config-dir=%{l_prefix}/etc/htdig \
-        --with-common-dir=%{l_prefix}/share/htdig \
+        --with-common-dir=%{l_prefix}/etc/htdig \
         --with-database-dir=%{l_prefix}/var/htdig/db \
         --with-database-dir=%{l_prefix}/var/htdig/db \
         --with-default-config-file=%{l_prefix}/etc/htdig/htdig.conf \
         --with-default-config-file=%{l_prefix}/etc/htdig/htdig.conf \
         --with-cgi-bin-dir=%{l_prefix}/cgi \
         --with-cgi-bin-dir=%{l_prefix}/cgi \