diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-11-29 11:43:31 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-11-29 12:56:55 +0900 |
commit | ab2e3a4026e093e0cf17b46b5bcc308a861f93c8 (patch) | |
tree | d23050481d2b61814700898f3b590802d1023795 /profiles | |
parent | app-admin/needrestart: Cleanup old versions (diff) | |
download | gentoo-ab2e3a4026e093e0cf17b46b5bcc308a861f93c8.tar.gz gentoo-ab2e3a4026e093e0cf17b46b5bcc308a861f93c8.tar.bz2 gentoo-ab2e3a4026e093e0cf17b46b5bcc308a861f93c8.zip |
p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/linux-standalone/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 4b39a3e25d5b..60a2af632d18 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -36,7 +36,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]]; th for f in libio/iopopen.c \ shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \ nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \ - nss/{bug-erange,nss_files/files-init{,groups}}.c \ + nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \ sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c} do ebegin " Updating $f" |