Correct man file installation paths in build configuration.

Tue, 21 Apr 2009 11:55:19 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 21 Apr 2009 11:55:19 +0200
changeset 183
94771d2369b6
parent 182
42a8c8d745e6
child 184
f035b8d886ac

Correct man file installation paths in build configuration.

proftpd/proftpd.spec file | annotate | diff | comparison | revisions
     1.1 --- a/proftpd/proftpd.spec	Tue Apr 21 11:54:34 2009 +0200
     1.2 +++ b/proftpd/proftpd.spec	Tue Apr 21 11:55:19 2009 +0200
     1.3 @@ -46,7 +46,7 @@
     1.4  Group:        FTP
     1.5  License:      GPL
     1.6  Version:      %{V_proftpd}
     1.7 -Release:      20090327
     1.8 +Release:      20090418
     1.9  
    1.10  #   package options
    1.11  %option       with_ifsession  no
    1.12 @@ -410,6 +410,7 @@
    1.13          --prefix=%{l_prefix} \
    1.14          --sysconfdir=%{l_prefix}/etc/proftpd \
    1.15          --localstatedir=%{l_prefix}/var/proftpd \
    1.16 +        --mandir=%{l_prefix}/man \
    1.17          --with-modules="$MOD" \
    1.18          --with-includes="$MOD_INC" \
    1.19          --with-libraries="$MOD_LIB" \
    1.20 @@ -445,6 +446,7 @@
    1.21          sbindir=$RPM_BUILD_ROOT%{l_prefix}/sbin \
    1.22          sysconfdir=$RPM_BUILD_ROOT%{l_prefix}/etc/proftpd \
    1.23          localstatedir=$RPM_BUILD_ROOT%{l_prefix}/var/proftpd \
    1.24 +        mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
    1.25          rundir=$RPM_BUILD_ROOT%{l_prefix}/var/proftpd
    1.26  
    1.27      #   strip installation

mercurial