commit 526b71faa261e6a899e8799f3c310021dd51a0e4 Author: Benda Xu Date: Mon Sep 26 10:03:18 2016 +0900 app-shells/bash: prefixify. diff --git a/app-shells/bash/bash-4.3_p46-r1.ebuild b/app-shells/bash/bash-4.3_p46-r1.ebuild index 23022cc..3934bfb 100644 --- a/app-shells/bash/bash-4.3_p46-r1.ebuild +++ b/app-shells/bash/bash-4.3_p46-r1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib prefix # Official patchlevel # See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/ @@ -92,6 +92,7 @@ src_prepare() { touch -r . doc/* epatch "${PATCHES[@]}" + epatch $(prefixify_ro "${FILESDIR}"/${PN}-4.0-configs-prefix.patch) epatch_user } @@ -182,7 +183,7 @@ src_install() { insinto /etc/bash doins "${FILESDIR}"/bash_logout - doins "${FILESDIR}"/bashrc + doins $(prefixify_ro "${FILESDIR}"/bashrc) keepdir /etc/bash/bashrc.d insinto /etc/skel for f in bash{_logout,_profile,rc} ; do