]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- fix dirs on amd64
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Dec 2003 15:25:39 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-sasl.spec -> 1.108

cyrus-sasl.spec

index 3a0c73e2da972e19d9c6478cb2f4d845a479e4d1..9f6662bf25fe28c778d2c5372a93dd57ce3c7f52 100644 (file)
@@ -404,6 +404,7 @@ cd ..
        --enable-sql \
        %{?with_srp: --enable-srp} \
        --enable-static \
+       --with-plugindir=%{_libdir}/sasl2 \
        --with-configdir=%{_sysconfdir} \
        --with-dblib=berkeley \
        --with-dbpath=/var/lib/sasl2/sasl.db \
@@ -428,6 +429,7 @@ install -d $RPM_BUILD_ROOT{/var/lib/sasl2,%{_sysconfdir},/etc/{rc.d/init.d,sysco
                $RPM_BUILD_ROOT%{_mandir}/man8
 
 %{__make} install \
+       sasldir=%{_libdir}/sasl2 \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf $RPM_BUILD_ROOT%{_mandir}/cat*
This page took 0.093993 seconds and 4 git commands to generate.