diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-24 19:58:07 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-24 19:58:07 +0000 |
commit | 99abbc5e5a6ecd3fc981b45646fd8cb5d320377b (patch) | |
tree | da76713365257a445f3ae3b95470917f59d46728 /profiles/default | |
parent | 4935506e9a5cbfabd37c64093eac5f36c2ff0017 (diff) |
gentoo resync : 24.02.2018
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/fbsd/profile.bashrc | 2 |
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}" |