Rename the test directory to a more suggestive name.

This commit is contained in:
jlam 2006-04-25 22:35:46 +00:00
parent 98afa666a4
commit 70c1c5f45f
2 changed files with 4 additions and 4 deletions

View file

@ -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-REMOVE)
;;
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 |

View file

@ -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-REMOVE)
;;
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 |