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: 05-Jan-2007 20:52:34
Branch: HEAD Handle: 2007010519523400
Modified files:
openpkg-src/bzip2 bzip2.spec
Log:
use the bootstrap GNU bash as the /bin/sh is not sufficient to run the
scripts due to used Bash features
Summary:
Revision Changes Path
1.37 +1 -0 openpkg-src/bzip2/bzip2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bzip2/bzip2.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 bzip2.spec
--- openpkg-src/bzip2/bzip2.spec 5 Jan 2007 18:02:56 -0000 1.36
+++ openpkg-src/bzip2/bzip2.spec 5 Jan 2007 19:52:34 -0000 1.37
@@ -63,6 +63,7 @@
%prep
%setup -q
%{l_shtool} subst \
+ -e 's;#!/bin/sh;#!%{l_bash};g' \
-e 's;^\(PATH="\)\(.*\)$;\1%{l_prefix}/bin:\2;' \
bzdiff bzgrep bzmore
%{l_shtool} subst \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]