aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-23 13:07:58 +0800
committerlinimon <linimon@FreeBSD.org>2006-01-23 13:07:58 +0800
commit2ef1486d6d6b8a211deb9d212c86b3ec572dd198 (patch)
tree009bf23a8e54def7ac05dbef600b18405286a90c
parent0650edb4d65a547a146d0f6a24f07fdb19acabe5 (diff)
downloadfreebsd-ports-gnome-2ef1486d6d6b8a211deb9d212c86b3ec572dd198.tar.gz
freebsd-ports-gnome-2ef1486d6d6b8a211deb9d212c86b3ec572dd198.tar.zst
freebsd-ports-gnome-2ef1486d6d6b8a211deb9d212c86b3ec572dd198.zip
Back out last change while the bug it introduced is being investigated.
Noticed by: lofi Pointy hat to: edwin
-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