From 65b0a31d080eb74bbdca1668c2c5e2207bfee2fd Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 10 Sep 2017 18:44:17 +0200 Subject: 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(-) (limited to 'sys-libs') diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild index b852aba96bc6..3658a3e108a3 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 -- cgit v1.2.3-65-gdbad