From 634589e5d67977ebc7370c18f378e31ca47a39d8 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 23 Jan 2006 05:07:58 +0000 Subject: [PATCH] Back out last change while the bug it introduced is being investigated. Noticed by: lofi Pointy hat to: edwin --- misc/ldconfig_compat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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