Correct autoconf path to configuration file.

Wed, 01 Apr 2009 18:18:32 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 01 Apr 2009 18:18:32 +0200
changeset 126
f345dc239867
parent 125
06debe70afb4
child 127
1706cab8c621

Correct autoconf path to configuration file.

webalizer/webalizer.spec file | annotate | diff | comparison | revisions
     1.1 --- a/webalizer/webalizer.spec	Wed Apr 01 18:16:24 2009 +0200
     1.2 +++ b/webalizer/webalizer.spec	Wed Apr 01 18:18:32 2009 +0200
     1.3 @@ -80,6 +80,7 @@
     1.4      GREP="grep" \
     1.5      ./configure \
     1.6          --prefix=%{l_prefix} \
     1.7 +        --sysconfdir=%{l_prefix}/etc/%{name} \
     1.8  %if "%{with_dns}" == "yes"
     1.9          --enable-dns \
    1.10  %endif

mercurial