pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install Rename the test directory to a more suggest...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18ef1c39dcc5
branches:  trunk
changeset: 511907:18ef1c39dcc5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Apr 25 22:35:46 2006 +0000

description:
Rename the test directory to a more suggestive name.

diffstat:

 mk/install/dirs  |  4 ++--
 mk/install/files |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 6d8cd08ff8e5 -r 18ef1c39dcc5 mk/install/dirs
--- a/mk/install/dirs   Tue Apr 25 22:32:44 2006 +0000
+++ b/mk/install/dirs   Tue Apr 25 22:35:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dirs,v 1.13 2006/04/25 22:32:44 jlam Exp $
+# $NetBSD: dirs,v 1.14 2006/04/25 22:35:46 jlam Exp $
 #
 # Generate a +DIRS script that reference counts directories that are
 # required for the proper functioning of the package.
@@ -281,7 +281,7 @@
        ;;
 
 CHECK-PERMS)
-       tmpdir="${TMPDIR:-/tmp}/private.$$"
+       tmpdir="${TMPDIR:-/tmp}/pkginstall.$$"
        ${MKDIR} -p $tmpdir 2>/dev/null || exit 1
        ${CHMOD} 700 $tmpdir
        ${SED} -n "/^\# DIR: /{s/^\# DIR: //;p;}" ${SELF} | ${SORT} -ru |
diff -r 6d8cd08ff8e5 -r 18ef1c39dcc5 mk/install/files
--- a/mk/install/files  Tue Apr 25 22:32:44 2006 +0000
+++ b/mk/install/files  Tue Apr 25 22:35:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.12 2006/04/25 20:12:35 jlam Exp $
+# $NetBSD: files,v 1.13 2006/04/25 22:35:46 jlam Exp $
 #
 # Generate a +FILES script that reference counts config files that are
 # required for the proper functioning of the package.
@@ -365,7 +365,7 @@
        ;;
 
 CHECK-PERMS)
-       tmpdir="${TMPDIR:-/tmp}/private.$$"
+       tmpdir="${TMPDIR:-/tmp}/pkginstall.$$"
        ${MKDIR} -p $tmpdir 2>/dev/null || exit 1
        ${CHMOD} 700 $tmpdir
        ${SED} -n "/^\# FILE: /{s/^\# FILE: //;p;}" ${SELF} | ${SORT} -ru |



Home | Main Index | Thread Index | Old Index