diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2011-09-18 17:30:25 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2011-09-18 17:30:25 +0000 |
commit | 7ffe808db236d8e3cfb4880aefa6552757fc1708 (patch) | |
tree | c957aff44e1b11f313a655068302f7503a75ec12 /misc/compat6x | |
parent | 12427465156b88544a74b608159b3ee688b774b2 (diff) | |
download | ports-7ffe808db236d8e3cfb4880aefa6552757fc1708.tar.gz ports-7ffe808db236d8e3cfb4880aefa6552757fc1708.zip |
Notes
Diffstat (limited to 'misc/compat6x')
-rw-r--r-- | misc/compat6x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index 26491999016c..e41bfd8f7577 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -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) |