summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2016-04-10 16:18:45 +0000
committerjoerg <joerg>2016-04-10 16:18:45 +0000
commitc07de7ab291f82a7dd8c47367dd507bef7f8ff1e (patch)
treebb007f08f6ee5f09d196c4fb9777f808424be97f /bootstrap
parent75a748627dce5cf04e93550d13404307ecc5cae1 (diff)
downloadpkgsrc-c07de7ab291f82a7dd8c47367dd507bef7f8ff1e.tar.gz
No need to set USE_DESTDIR now.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
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 <agc@NetBSD.org>
# All rights reserved.
@@ -1287,7 +1287,7 @@ echo ".endif # end pkgsrc settings" >> ${BOOTSTRAP_MKCONF}
# build and register packages
# usage: build_package <packagedirectory> [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)"
}
#