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: 07-Mar-2006 12:16:33
Branch: HEAD Handle: 2006030711163200
Modified files:
openpkg-src/bash bash.spec
Log:
fix workaround for bison/yacc dependency problem
Summary:
Revision Changes Path
1.75 +2 -2 openpkg-src/bash/bash.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/bash.spec
============================================================================
$ cvs diff -u -r1.74 -r1.75 bash.spec
--- openpkg-src/bash/bash.spec 6 Mar 2006 21:50:50 -0000 1.74
+++ openpkg-src/bash/bash.spec 7 Mar 2006 11:16:32 -0000 1.75
@@ -39,7 +39,7 @@
Group: Shell
License: GPL
Version: %{V_base_real}.%{V_plvl_raw}
-Release: 20060306
+Release: 20060307
# list of sources
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
@@ -89,7 +89,7 @@
%setup -q -n bash-%{V_base_real}
%patch -p0 -P 0 1 2 3 4 5 6 7 8 9 10 11
sleep 1
- touch y.tab.c
+ touch y.tab.[ch]
# brand with OpenPKG release and fix patchlevel
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]