OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jul-2004 16:33:30
Branch: HEAD Handle: 2004070815333000
Modified files:
openpkg-src/cvsweb cvsweb.spec
Log:
fix path substitution to correctly find rlog command dependency
Summary:
Revision Changes Path
1.36 +3 -2 openpkg-src/cvsweb/cvsweb.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvsweb/cvsweb.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 cvsweb.spec
--- openpkg-src/cvsweb/cvsweb.spec 8 Jul 2004 10:23:36 -0000 1.35
+++ openpkg-src/cvsweb/cvsweb.spec 8 Jul 2004 14:33:30 -0000 1.36
@@ -43,7 +43,8 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
-PreReq: OpenPKG, openpkg >= 20040130, rcs, perl, perl-sys, cvs, gzip, tar,
infozip
+PreReq: OpenPKG, openpkg >= 20040130, rcs, perl
+PreReq: perl-sys, perl-www, cvs, gzip, tar, infozip
AutoReq: no
AutoReqProv: no
@@ -69,7 +70,7 @@
-e
's;/usr/local/etc/cvsweb/cvsweb.conf;%{l_prefix}/etc/cvsweb/cvsweb.conf;' \
cvsweb.cgi
%{l_shtool} subst \
- -e 's;/usr/bin:/usr/local/bin;%{l_prefix}/bin:/bin:/usr/bin;g' \
+ -e 's;/bin /usr/bin /usr/local/bin;%{l_prefix}/bin /bin /usr/bin;g' \
-e
's;/usr/local/etc/apache/mime\.types;%{l_prefix}/etc/apache/mime.types;g' \
cvsweb.conf
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]