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: 23-Jun-2007 20:40:40
Branch: HEAD Handle: 2007062319404000
Modified files:
openpkg-src/sqlite sqlite.spec
Log:
fix install step
Summary:
Revision Changes Path
1.143 +5 -7 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.142 -r1.143 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 20 Jun 2007 16:12:31 -0000 1.142
+++ openpkg-src/sqlite/sqlite.spec 23 Jun 2007 18:40:40 -0000 1.143
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20070620
+Release: 20070623
# package options
%option with_utf8 no
@@ -180,12 +180,10 @@
$RPM_BUILD_ROOT%{l_prefix}/man/man1
# install SQLite
- ( cd sqlite-%{V_sqlite}
- %{l_make} %{l_mflags} install \
- prefix=$RPM_BUILD_ROOT%{l_prefix}
- %{l_shtool} install -c -m 644 \
- sqlite3.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/sqlite3.1
- ) || exit $?
+ %{l_make} %{l_mflags} install \
+ prefix=$RPM_BUILD_ROOT%{l_prefix}
+ %{l_shtool} install -c -m 644 \
+ sqlite3.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/sqlite3.1
# install SQLite ODBC driver (optional)
%if "%{with_odbc}" == "yes"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]