From 0479365b0022911c26a39da3ce8d6bd1a1894dd1 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 10 Apr 2016 16:18:45 +0000 Subject: No need to set USE_DESTDIR now. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 2e71447a583..7af282fa274 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.229 2016/02/08 14:53:43 jperkin Exp $ +# $NetBSD: bootstrap,v 1.230 2016/04/10 16:18:45 joerg Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1287,7 +1287,7 @@ echo ".endif # end pkgsrc settings" >> ${BOOTSTRAP_MKCONF} # build and register packages # usage: build_package [additional arguments] build_package() { - run_cmd "(cd $pkgsrcdir/$1 && $bmake $make_quiet_flags MAKE_JOBS=${make_jobs} USE_DESTDIR=yes PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)" + run_cmd "(cd $pkgsrcdir/$1 && $bmake $make_quiet_flags MAKE_JOBS=${make_jobs} PKG_COMPRESSION=none -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)" } # -- cgit v1.2.3