Remove automake(1) variables, as only autoconf is used in build conf.

Fri, 17 Apr 2009 23:41:36 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 17 Apr 2009 23:41:36 +0200
changeset 161
79e49c6c1eb1
parent 160
1a36468e720c
child 162
f38ce52e77c3

Remove automake(1) variables, as only autoconf is used in build conf.

dovecot/dovecot.spec file | annotate | diff | comparison | revisions
     1.1 --- a/dovecot/dovecot.spec	Fri Apr 17 23:40:56 2009 +0200
     1.2 +++ b/dovecot/dovecot.spec	Fri Apr 17 23:41:36 2009 +0200
     1.3 @@ -240,12 +240,12 @@
     1.4  
     1.5  %install
     1.6      rm -rf $RPM_BUILD_ROOT
     1.7 -    %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
     1.8 +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
     1.9  
    1.10  %if "%{with_sieve}" == "yes"
    1.11      #   install optional Dovecot LDA sieve plugin
    1.12      ( cd dovecot-sieve-%{V_major}.%{V_minor_sieve}
    1.13 -      %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
    1.14 +      %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
    1.15      ) || exit $?
    1.16  %endif
    1.17  

mercurial