From 0f19402d79d83183dd197d3fe11059129210decf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Oct 2009 14:32:49 +0200 Subject: [PATCH] glibc: remove /etc/ld.so.cache from destdir. --HG-- extra : convert_revision : af385cabb81b804db9c1af1a4154cb60096e7f12 --- templates/glibc/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/glibc/template b/templates/glibc/template index 8c7c51b1158..a7444253702 100644 --- a/templates/glibc/template +++ b/templates/glibc/template @@ -81,5 +81,7 @@ post_install() echo "rpc: files"; \ ) > ${DESTDIR}/etc/nsswitch.conf + rm -f ${DESTDIR}/etc/ld.so.cache + wrksrc=${wrksrc%%/build_obj} }