diff options
author | darcy <darcy@pkgsrc.org> | 2010-07-03 04:27:00 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2010-07-03 04:27:00 +0000 |
commit | a5540157687f10d5c9c43ad8056291d9f3f7e4a9 (patch) | |
tree | d579365a22644192d2f28dcb474f53bd8a74dd5d /mk | |
parent | d891292475b04bcad1fd35f558434e12dcfee66f (diff) | |
download | pkgsrc-a5540157687f10d5c9c43ad8056291d9f3f7e4a9.tar.gz |
Remove MKDIR line that causes the one following to effectively
be a no-op. With this line removed the umask will be applied
to the created directories.
As discussed with joerg@.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 065ce0aaf4a..a1210ac6e37 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1972 2010/05/20 07:57:22 sbd Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1973 2010/07/03 04:27:00 darcy Exp $ # # This file is in the public domain. # @@ -548,7 +548,6 @@ ${WRKDIR}: ${RUN} ${TEST} -f ${_WRKDIR_LOCKFILE} || ${RM} -fr ${WRKDIR} . endif .endif - ${RUN} ${MKDIR} ${WRKDIR:H} ${RUN} umask 077 && ${MKDIR} ${WRKDIR} # Create a symlink from ${WRKDIR} to the package directory if |