]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- it should now build courier-imap-1_3_8_2-1
authorwaszi <waszi@pld-linux.org>
Thu, 19 Jul 2001 08:33:17 +0000 (08:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- mysql is not detected by configure script... (i need config.log to check this)

Changed files:
    courier-imap.spec -> 1.25

courier-imap.spec

index 1b5cccd6c2037dbf8f22916fe20871d0c243aae4..5da4b0fc5bc6c64fc4b90e29bc6701bc643d27a8 100644 (file)
@@ -94,12 +94,10 @@ rm -rf  $RPM_BUILD_ROOT%{_mandir}/man8/{authcram,authpam,authpwd,authshadow,auth
 mv -f imap/README README.imap
 mv -f maildir/README.maildirquota.txt README.maildirquota
 
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/authdaemonrc.dist \
-       $RPM_BUILD_ROOT%{_sysconfdir}/authdaemonrc
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/authldaprc.dist \
-       $RPM_BUILD_ROOT%{_sysconfdir}/authldaprc
-mv -f $RPM_BUILD_ROOT%{_sysconfdir}/authmysqlrc.dist \
-       $RPM_BUILD_ROOT%{_sysconfdir}/authmysqlrc
+install authlib/authdaemonrc           $RPM_BUILD_ROOT%{_sysconfdir}
+install authlib/authldaprc             $RPM_BUILD_ROOT%{_sysconfdir}
+install authlib/authmysqlrc            $RPM_BUILD_ROOT%{_sysconfdir}
+
 mv -f $RPM_BUILD_ROOT%{_datadir}/*db \
        $RPM_BUILD_ROOT%{_sbindir}
 mv -f $RPM_BUILD_ROOT%{_datadir}/mk*cert \
This page took 0.106051 seconds and 4 git commands to generate.