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: 11-Mar-2006 13:39:48
Branch: HEAD Handle: 2006031112394800
Modified files:
openpkg-src/sqlite sqlite.spec
Log:
fix installation of SQLite 2.x and this way many dependend packages
Summary:
Revision Changes Path
1.110 +2 -1 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.109 -r1.110 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 11 Feb 2006 08:25:03 -0000 1.109
+++ openpkg-src/sqlite/sqlite.spec 11 Mar 2006 12:39:48 -0000 1.110
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_v3}
-Release: 20060211
+Release: 20060311
# package options
%option with_v2 yes
@@ -97,6 +97,7 @@
%if "%{with_v2}" == "yes"
%patch -p0 -d sqlite-%{V_v2} -P 1
%endif
+ chmod a+x sqlite-%{V_v2}/install-sh
for v in %{V_v3} \
%if "%{with_v2}" == "yes"
%{V_v2} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]