]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- simplified configure (localstatedir,libexecdir are passed in macro)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Oct 2004 10:11:47 +0000 (10:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics in message

Changed files:
    courier-imap.spec -> 1.134

courier-imap.spec

index 6ceaee33ff67cf7879ea4b2cb9d9de0de258fb3e..4be9cd08b81aeaacbf69b53af92b4cc1ab0f33d6 100644 (file)
@@ -193,8 +193,6 @@ cd ../imap
 cd ..
 
 %configure \
-       --localstatedir=%{_localstatedir} \
-       --libexecdir=%{_libexecdir} \
        --enable-unicode \
        --with-authchangepwdir=/var/tmp \
        --with-authdaemonvar=/var/lib/authdaemon \
@@ -376,7 +374,7 @@ if [ -f /etc/sysconfig/courier-pop3 ]; then
     sed -i s!^MAILDIRPATH=.*!"MAILDIRPATH=\"$MAILDIR\""! %{_sysconfdir}/pop3d-ssl
     sed -i s!^MAILDIRPATH=.*!"MAILDIRPATH=\"$MAILDIR\""! %{_sysconfdir}/pop3d
     echo
-    echo POP3D config file has been rewriten to %{_sysconfdir}/pop3d,pop3d-ssl
+    echo POP3D config file has been rewriten to %{_sysconfdir}/{pop3d,pop3d-ssl}
     echo please look at them
     echo
 fi
This page took 0.083498 seconds and 4 git commands to generate.