pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Disable USE_DESTDIR for bootstrap.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f2a9b590324
branches:  trunk
changeset: 587774:4f2a9b590324
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Apr 15 09:02:00 2011 +0000

description:
Disable USE_DESTDIR for bootstrap.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 02f6e437dfdb -r 4f2a9b590324 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Apr 15 09:00:57 2011 +0000
+++ b/bootstrap/bootstrap       Fri Apr 15 09:02:00 2011 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.165 2011/04/05 05:43:19 agc Exp $
+# $NetBSD: bootstrap,v 1.166 2011/04/15 09:02:00 joerg Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1097,7 +1097,7 @@
 # register packages
 # usage: register_package <packagedirectory> [additional arguments]
 build_package() {
-       run_cmd "(cd $pkgsrcdir/$1 && $bmake -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)"
+       run_cmd "(cd $pkgsrcdir/$1 && $bmake USE_DESTDIR=no -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)"
 }
 
 #



Home | Main Index | Thread Index | Old Index