OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 30-Apr-2009 08:40:57 Branch: HEAD Handle: 2009043007405700 Modified files: openpkg-src/icmake icmake.spec Log: fix building without Bash requirement Summary: Revision Changes Path 1.3 +2 -1 openpkg-src/icmake/icmake.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/icmake/icmake.spec ============================================================================ $ cvs diff -u -r1.2 -r1.3 icmake.spec --- openpkg-src/icmake/icmake.spec 18 Apr 2009 13:11:13 -0000 1.2 +++ openpkg-src/icmake/icmake.spec 30 Apr 2009 06:40:57 -0000 1.3 @@ -32,7 +32,7 @@ Group: Building License: GPL Version: 7.11.1 -Release: 20090405 +Release: 20090430 # list of sources Source0: ftp://ftp.rug.nl/contrib/frank/software/linux/icmake/icmake_%{version}.tar.gz @@ -64,6 +64,7 @@ %build %{l_shtool} subst \ -e 's;-g -Wall;;' \ + -e 's;bash;sh;' \ bootstrap.sh %{l_shtool} subst \ -e 's;/usr/bin;%{l_prefix}/bin;' \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org