Correct false unprefixed path to point to the build directory.

Fri, 09 Jan 2009 15:41:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 09 Jan 2009 15:41:50 +0100
changeset 56
70d79f7a1825
parent 55
35f87223d24d
child 57
b2ef87c65d24

Correct false unprefixed path to point to the build directory.

mailman/mailman.spec file | annotate | diff | comparison | revisions
     1.1 --- a/mailman/mailman.spec	Fri Jan 09 01:41:46 2009 +0100
     1.2 +++ b/mailman/mailman.spec	Fri Jan 09 15:41:50 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Mail
     1.5  License:      GPL
     1.6  Version:      2.1.11
     1.7 -Release:      20081220
     1.8 +Release:      20090106
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://switch.dl.sourceforge.net/mailman/mailman-%{version}.tgz
    1.12 @@ -155,7 +155,7 @@
    1.13          %{SOURCE rc.mailman} ${RPM_BUILD_ROOT}%{l_prefix}/etc/rc.d/
    1.14  
    1.15      #   avoid root permissions on log file creation
    1.16 -    touch %{l_prefix}/var/mailman/logs/error
    1.17 +    touch ${RPM_BUILD_ROOT}%{l_prefix}/var/mailman/logs/error
    1.18  
    1.19      #   determine installation files
    1.20      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \

mercurial