summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-23 05:07:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-23 05:07:58 +0000
commit634589e5d67977ebc7370c18f378e31ca47a39d8 (patch)
tree8cd4dda219ae0be70cb29a882870f0fd3c7ab263 /misc
parentRemove WITHOUT_NLS support. The cook port can build without gettext, but (diff)
Back out last change while the bug it introduced is being investigated.
Noticed by: lofi Pointy hat to: edwin
Notes
Notes: svn path=/head/; revision=154213
Diffstat (limited to 'misc')
-rw-r--r--misc/ldconfig_compat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile
index 112f76190a0c..a3e016490be9 100644
--- a/misc/ldconfig_compat/Makefile
+++ b/misc/ldconfig_compat/Makefile
@@ -60,7 +60,7 @@ do-install:
.for dir in ${LOCAL_DIRS}
@${MKDIR} -p ${prefix}/${dir}
@${ECHO_CMD} "@exec mkdir -p %D/${dir}" >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrmtry ${dir}" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec rmdir %D/${dir} 2>/dev/null || true" >> ${TMPPLIST}
.endfor
.endfor