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: 12-Oct-2006 10:54:50
Branch: HEAD Handle: 2006101209545000
Modified files:
openpkg-src/cocom cocom.spec
Log:
fix installation
Summary:
Revision Changes Path
1.3 +2 -1 openpkg-src/cocom/cocom.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cocom/cocom.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 cocom.spec
--- openpkg-src/cocom/cocom.spec 23 Sep 2006 10:52:03 -0000 1.2
+++ openpkg-src/cocom/cocom.spec 12 Oct 2006 08:54:50 -0000 1.3
@@ -33,7 +33,7 @@
Group: CompilerCompiler
License: GPL/LGPL
Version: 0.995
-Release: 20060923
+Release: 20061012
# list of sources
Source0: http://switch.dl.sourceforge.net/cocom/cocom-%{version}.tar.gz
@@ -61,6 +61,7 @@
%prep
%setup -q
%patch -p0
+ chmod a+x install-sh
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]