diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-01-06 23:38:27 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-01-06 23:38:42 +0900 |
commit | debdaa5625ac306670fbcf6fa10126cac8e4dab3 (patch) | |
tree | c93e35aacefff0a2826cb96fd205b5573617e983 /sys-libs/glibc/files | |
parent | dev-cpp/asio-1.10.8-r0: stable on alpha (diff) | |
download | gentoo-debdaa5625ac306670fbcf6fa10126cac8e4dab3.tar.gz gentoo-debdaa5625ac306670fbcf6fa10126cac8e4dab3.tar.bz2 gentoo-debdaa5625ac306670fbcf6fa10126cac8e4dab3.zip |
sys-libs/glibc: prefixify the locale-gen script
note that prefix.eclass is compatible with EAPI=0
Bug: 473484
Package-Manager: portage-2.3.3
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_prepare.eblit | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_prepare.eblit b/sys-libs/glibc/files/eblits/src_prepare.eblit index 4a5c8af7f6a4..11ff7af6f803 100644 --- a/sys-libs/glibc/files/eblits/src_prepare.eblit +++ b/sys-libs/glibc/files/eblits/src_prepare.eblit @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -58,6 +58,8 @@ eblit-glibc-src_prepare() { find . -type f '(' -size 0 -o -name "*.orig" ')' -delete find . -name configure -exec touch {} + + eprefixify extra/locale/locale-gen + # Fix permissions on some of the scripts. chmod u+x "${S}"/scripts/*.sh } |