summaryrefslogtreecommitdiff
path: root/profiles/default/bsd/fbsd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-24 19:58:07 +0000
commit99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch)
treeda76713365257a445f3ae3b95470917f59d46728 /profiles/default/bsd/fbsd
parent4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff)
gentoo resync : 24.02.2018
Diffstat (limited to 'profiles/default/bsd/fbsd')
-rw-r--r--profiles/default/bsd/fbsd/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc
index f9a81fff5d35..cb5a328f1de9 100644
--- a/profiles/default/bsd/fbsd/profile.bashrc
+++ b/profiles/default/bsd/fbsd/profile.bashrc
@@ -46,7 +46,7 @@ bsd-patch_install-sh() {
# Do nothing if $S does not exist
[ -d "${S}" ] || return 0
- local EPDIR="${ECLASSDIR}/ELT-patches/install-sh"
+ local EPDIR="${EPREFIX}/usr/share/elt-patches/install-sh"
local EPATCHES="${EPDIR}/1.5.6 ${EPDIR}/1.5.4 ${EPDIR}/1.5"
local ret=0
cd "${S}"