summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordarcy <darcy>2010-07-03 04:27:00 +0000
committerdarcy <darcy>2010-07-03 04:27:00 +0000
commita11f384e453f109cde9f21619cf38532b357f0e6 (patch)
treed579365a22644192d2f28dcb474f53bd8a74dd5d /mk
parent98305ce315002e2b17a5d0c55e5ca387409c271d (diff)
downloadpkgsrc-a11f384e453f109cde9f21619cf38532b357f0e6.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.mk3
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