summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-21 18:46:52 +0000
committerjlam <jlam>2006-07-21 18:46:52 +0000
commited6a8f7e464272159205742717b921c74732c80d (patch)
tree5e3ce8b65b4e02dcf2155d31c54488314d9342c7 /bootstrap
parent1bb29ed58f5c7031444656a9acadc45b01053035 (diff)
downloadpkgsrc-ed6a8f7e464272159205742717b921c74732c80d.tar.gz
Don't create the "work" symlink when building and installing software.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index ef4469e3508..5970539437c 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.74 2006/07/21 16:31:49 jlam Exp $
+# $NetBSD: bootstrap,v 1.75 2006/07/21 18:46:52 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -840,7 +840,7 @@ run_cmd "(cd ../pkgtools/pkg_install && $bmake MAKECONF=${MKCONF_EXAMPLE} WRKOBJ
# Install the man page.
echo_msg "Installing packages(7) man page"
-run_cmd "(cd ../pkgtools/pkgmanpages && $bmake PKG_VERBOSE=yes MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir install)"
+run_cmd "(cd ../pkgtools/pkgmanpages && $bmake PKG_VERBOSE=yes MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir CREATE_WRKDIR_SYMLINK=no install)"
echo ""
echo "Please remember to add $prefix/bin to your PATH environment variable"