OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Feb-2005 23:07:37
Branch: HEAD Handle: 2005020222073600
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec
Log:
another attempt to fix DESTDIR not being passed to subdir make
Summary:
Revision Changes Path
1.241 +6 -1 openpkg-src/openpkg/HISTORY
1.395 +3 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.240 -r1.241 HISTORY
--- openpkg-src/openpkg/HISTORY 1 Feb 2005 19:03:10 -0000 1.240
+++ openpkg-src/openpkg/HISTORY 2 Feb 2005 22:07:36 -0000 1.241
@@ -1,7 +1,8 @@
-2004
+2005
====
+20050202 fix DESTDIR not being passed to subdir make
20050201 upgrade to cURL 7.13.0 (excluded in 2.2.3)
20050131 apply three vendor bugfixes for GNU tar 1.15.1 (excluded in 2.2.3)
20050124 upgrade from old config.guess/config.sub to newer versioned ones
(excluded in 2.2.3)
@@ -10,6 +11,10 @@
20050120 adjust copyright year in all messages to cover new year 2005
20050113 add %{l_nil} macro (excluded in 2.2.3)
20050113 upgrade to OSSP uuid 1.1.2 (excluded in 2.2.3)
+
+2004
+====
+
20041225 upgrade to BeeCrypt 4.1.2 (excluded in 2.2.3)
20041222 upgrade to GNU tar 1.15.1 (excluded in 2.2.3)
20041220 upgrade to cURL 7.12.3 (excluded in 2.2.3)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.394 -r1.395 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 2 Feb 2005 17:43:23 -0000 1.394
+++ openpkg-src/openpkg/openpkg.spec 2 Feb 2005 22:07:36 -0000 1.395
@@ -833,7 +833,9 @@
# install RPM into installation hierarchy
( cd rpm-%{V_rpm}
- ${l_make} AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" install
+ DESTDIR="$RPM_BUILD_ROOT"
+ export DESTDIR
+ ${l_make} install
) || exit $?
# display verbosity header
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]