summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-12 21:45:05 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-12 21:46:04 +0200
commit3794452ff9cd267ed88c6e54dcff2eae7dfb120a (patch)
tree78b0ead1b58f1e5ad483ae78aaa5fe0fadb27739
parentsys-power/cpupower: bump to 4.13.0 (diff)
downloadgentoo-3794452ff9cd267ed88c6e54dcff2eae7dfb120a.tar.gz
gentoo-3794452ff9cd267ed88c6e54dcff2eae7dfb120a.tar.bz2
gentoo-3794452ff9cd267ed88c6e54dcff2eae7dfb120a.zip
sys-libs/glibc: Prefixify nscd init script
Forward port of 69fe1365667ca61225f4265a45a10f0b38c251d4 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-libs/glibc/glibc-2.26-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
index d7692868c3f2..ffd880e2b633 100644
--- a/sys-libs/glibc/glibc-2.26-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
@@ -702,7 +702,7 @@ glibc_do_src_install() {
doins "${WORKDIR}"/extra/etc/*.conf
if use nscd ; then
- doinitd "${WORKDIR}"/extra/etc/nscd
+ doinitd "$(prefixify_ro "${WORKDIR}"/extra/etc/nscd)"
local nscd_args=(
-e "s:@PIDFILE@:$(strings "${ED}"/usr/sbin/nscd | grep nscd.pid):"