From a11f384e453f109cde9f21619cf38532b357f0e6 Mon Sep 17 00:00:00 2001 From: darcy Date: Sat, 3 Jul 2010 04:27:00 +0000 Subject: 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@. --- mk/bsd.pkg.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3