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 18:43:24
Branch: HEAD Handle: 2005020217432300
Modified files:
openpkg-src/openpkg openpkg.spec
Log:
fix DESTDIR not being passed to subdir make
Summary:
Revision Changes Path
1.394 +2 -2 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.393 -r1.394 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 1 Feb 2005 19:29:07 -0000 1.393
+++ openpkg-src/openpkg/openpkg.spec 2 Feb 2005 17:43:23 -0000 1.394
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20050201
+%define V_openpkg 20050202
# the used software versions
%define V_rpm 4.2.1
@@ -833,7 +833,7 @@
# install RPM into installation hierarchy
( cd rpm-%{V_rpm}
- ${l_make} DESTDIR="$RPM_BUILD_ROOT" install
+ ${l_make} AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" install
) || exit $?
# display verbosity header
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]