# HG changeset patch # User Michael Schloh von Bennewitz # Date 1238602712 -7200 # Node ID f345dc239867243b93e62f498c4939c58baca715 # Parent 06debe70afb44728fabfa84e613ef0d5188131e1 Correct autoconf path to configuration file. diff -r 06debe70afb4 -r f345dc239867 webalizer/webalizer.spec --- a/webalizer/webalizer.spec Wed Apr 01 18:16:24 2009 +0200 +++ b/webalizer/webalizer.spec Wed Apr 01 18:18:32 2009 +0200 @@ -80,6 +80,7 @@ GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ + --sysconfdir=%{l_prefix}/etc/%{name} \ %if "%{with_dns}" == "yes" --enable-dns \ %endif