OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 25-Oct-2006 13:20:27 Branch: HEAD Handle: 2006102512202700 Modified files: openpkg-src/perl-www perl-www.spec Log: ok, I give up with the Embperl issues on the BF and hence I apply a totally theoretically unacceptable kludge, but we need it as without this the BF cannot proceed (perl-www is a dependency to others) Summary: Revision Changes Path 1.321 +2 -2 openpkg-src/perl-www/perl-www.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-www/perl-www.spec ============================================================================ $ cvs diff -u -r1.320 -r1.321 perl-www.spec --- openpkg-src/perl-www/perl-www.spec 13 Oct 2006 17:32:20 -0000 1.320 +++ openpkg-src/perl-www/perl-www.spec 25 Oct 2006 11:20:27 -0000 1.321 @@ -95,7 +95,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20061013 +Release: 20061025 # list of sources Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz @@ -620,7 +620,7 @@ %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/cgi mv $RPM_BUILD_ROOT%{l_prefix}/bin/embpcgi \ - $RPM_BUILD_ROOT%{l_prefix}/cgi/embpcgi + $RPM_BUILD_ROOT%{l_prefix}/cgi/embpcgi || true %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org