From 65b0a31d080eb74bbdca1668c2c5e2207bfee2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 10 Sep 2017 18:44:17 +0200 Subject: [PATCH] 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 --- sys-libs/glibc/glibc-2.26-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild index b852aba96bc6a..3658a3e108a3b 100644 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild @@ -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