diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-10 18:44:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-10 18:44:44 +0200 |
commit | 65b0a31d080eb74bbdca1668c2c5e2207bfee2fd (patch) | |
tree | cc5cdefdefc6996bb79ccbb54b27278e577b240b /sys-libs/glibc | |
parent | dev-ruby/sprockets: keyworded 3.7.1 for ppc64, bug #576666 (diff) | |
download | gentoo-65b0a31d080eb74bbdca1668c2c5e2207bfee2fd.tar.gz gentoo-65b0a31d080eb74bbdca1668c2c5e2207bfee2fd.tar.bz2 gentoo-65b0a31d080eb74bbdca1668c2c5e2207bfee2fd.zip |
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
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |