Fix bug with umask set less restrictive than 022.
PR: ports/151581 Submitted by: Eric F Crist <ecrist@secure-computing.net> Approved by: Maintainer timeout (11 months)
This commit is contained in:
parent
1242746515
commit
7ffe808db2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281952
@ -42,7 +42,7 @@ USE_LDCONFIG32= ${TARGET32_DIR}
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${TARGET_DIR}
|
||||
@${MKDIR} -m 755 ${TARGET_DIR}
|
||||
.if ${OSVERSION} >= 800105
|
||||
${RM} -f ${WRKSRC}/lib/libpthread.so.2
|
||||
(cd ${TARGET_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2)
|
||||
|
Loading…
Reference in New Issue
Block a user