소스 검색

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

Ralf S. Engelschall 19 년 전
부모
커밋
0246521b12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      htdig/htdig.spec

+ 1 - 1
htdig/htdig.spec

@@ -86,7 +86,7 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --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-default-config-file=%{l_prefix}/etc/htdig/htdig.conf \
         --with-cgi-bin-dir=%{l_prefix}/cgi \