pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Don't create the "work" symlink when buildin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5646562482b7
branches:  trunk
changeset: 516485:5646562482b7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 21 18:46:52 2006 +0000

description:
Don't create the "work" symlink when building and installing software.

diffstat:

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

diffs (20 lines):

diff -r 3d8092cffcc9 -r 5646562482b7 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 21 18:19:05 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 21 18:46:52 2006 +0000
@@ -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 @@
 
 # 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"



Home | Main Index | Thread Index | Old Index