OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Apr-2004 11:55:59
Branch: HEAD Handle: 2004043010555900
Modified files:
openpkg-src/imapd imapd.spec
Log:
ensure invocation of correct perl not only in cyradm but other scripts
as well (bug reported by Andreas Gungl)
Summary:
Revision Changes Path
1.118 +7 -2 openpkg-src/imapd/imapd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imapd/imapd.spec
============================================================================
$ cvs diff -u -r1.117 -r1.118 imapd.spec
--- openpkg-src/imapd/imapd.spec 14 Apr 2004 14:57:13 -0000 1.117
+++ openpkg-src/imapd/imapd.spec 30 Apr 2004 09:55:59 -0000 1.118
@@ -34,7 +34,7 @@
Group: Mail
License: BSD
Version: 2.2.3
-Release: 20040414
+Release: 20040430
# package options
%option with_fsl yes
@@ -111,10 +111,15 @@
-e 's;^\( *.LIBS..*\)\(\"\],.*\)$;\1 -ldb\2;' \
perl/imap/Makefile.PL
- # ensure invocation of correct perl in cyradm
+ # ensure invocation of correct perl
%{l_shtool} subst \
-e 's;^\(.) exec\) \(perl .*\)$;\1 %{l_prefix}/bin/\2;' \
perl/imap/cyradm.sh
+ %{l_shtool} subst \
+ -e 's;^\(exec\) \(perl .*\)$;\1 %{l_prefix}/bin/\2;' \
+ perl/sieve/scripts/*.pl \
+ snmp/[a-z]* \
+ tools/[a-z]*
# adjust hard-coded location of sieve
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]