diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-09-12 12:41:46 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-09-12 12:43:08 +0900 |
commit | 69fe1365667ca61225f4265a45a10f0b38c251d4 (patch) | |
tree | 5b40c74d9b7d6e4b8612b01bd8ca32684877e702 /eclass | |
parent | virtual/perl-File-Path: Cleanup old re bug #620304 (diff) | |
download | gentoo-69fe1365667ca61225f4265a45a10f0b38c251d4.tar.gz gentoo-69fe1365667ca61225f4265a45a10f0b38c251d4.tar.bz2 gentoo-69fe1365667ca61225f4265a45a10f0b38c251d4.zip |
eclass/toolchain-glibc.eclass: prefixify etc/init.d/nscd
Credit: Martin Mokrejš
Bug: 608234
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-glibc.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain-glibc.eclass b/eclass/toolchain-glibc.eclass index 98e394659cf8..e9cf01cf8c27 100644 --- a/eclass/toolchain-glibc.eclass +++ b/eclass/toolchain-glibc.eclass @@ -1278,7 +1278,7 @@ toolchain-glibc_do_src_install() { doins "${WORKDIR}"/extra/etc/*.conf || die if ! in_iuse nscd || use nscd ; then - doinitd "${WORKDIR}"/extra/etc/nscd || die + doinitd "$(prefixify_ro "${WORKDIR}"/extra/etc/nscd)" || die local nscd_args=( -e "s:@PIDFILE@:$(strings "${ED}"/usr/sbin/nscd | grep nscd.pid):" |