Module Name:    src
Committed By:   christos
Date:           Sun Dec 18 19:39:05 UTC 2016

Modified Files:
        src: build.sh

Log Message:
add a trailing / to force symlink resolution.


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.313 src/build.sh:1.314
--- src/build.sh:1.313	Sun Dec 18 14:00:20 2016
+++ src/build.sh	Sun Dec 18 14:39:05 2016
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.313 2016/12/18 19:00:20 christos Exp $
+#	$NetBSD: build.sh,v 1.314 2016/12/18 19:39:05 christos Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1892,7 +1892,7 @@ createmakewrapper()
 	eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.313 2016/12/18 19:00:20 christos Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.314 2016/12/18 19:39:05 christos Exp $
 # with these arguments: ${_args}
 #
 
@@ -2194,9 +2194,9 @@ setup_mkrepro()
 		return
 	fi
 	buildtools
-	local dirs=${NETBSDSRCDIR-/usr/src}
+	local dirs=${NETBSDSRCDIR-/usr/src}/
 	if [ ${MKX11-no} = "yes" ]; then
-		dirs="$dirs ${X11SRCDIR-/usr/xsrc}"
+		dirs="$dirs ${X11SRCDIR-/usr/xsrc}/"
 	fi
 	local cvslatest=$(print_tooldir_program cvslatest)
 	MKREPRO_TIMESTAMP=$(${cvslatest} ${dirs})

Reply via email to