sys-libs/glibc: Fix building the test suite, bug 589370

Some black vapier magic was removing all zero-length files from the working
directory. Turns out some of them are actually needed...

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Andreas K. Hüttel
2017-09-10 18:44:17 +02:00
parent 937345e2df
commit 65b0a31d08

View File

@@ -240,7 +240,6 @@ src_prepare() {
gnuconfig_update
cd "${WORKDIR}"
find . -type f '(' -size 0 -o -name "*.orig" ')' -delete
find . -name configure -exec touch {} +
eprefixify extra/locale/locale-gen