glibc: remove /etc/ld.so.cache from destdir.

--HG--
extra : convert_revision : af385cabb81b804db9c1af1a4154cb60096e7f12
This commit is contained in:
Juan RP 2009-10-21 14:32:49 +02:00
parent cff1ee6c43
commit 0f19402d79

View file

@ -81,5 +81,7 @@ post_install()
echo "rpc: files"; \
) > ${DESTDIR}/etc/nsswitch.conf
rm -f ${DESTDIR}/etc/ld.so.cache
wrksrc=${wrksrc%%/build_obj}
}