summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-18 20:19:26 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-18 20:21:21 +0100
commit48ffd2631ae87d1a62ca63279b22afbd14b965c2 (patch)
treef615441f4afc276bfb841e2c569f08981a80dabb /profiles/default/bsd/fbsd
parentapp-backup/bacula: Fix building bat with coming Qt5.9 (diff)
downloadgentoo-48ffd2631ae87d1a62ca63279b22afbd14b965c2.tar.gz
gentoo-48ffd2631ae87d1a62ca63279b22afbd14b965c2.tar.bz2
gentoo-48ffd2631ae87d1a62ca63279b22afbd14b965c2.zip
profiles/default/bsd/fbsd: Fix ELT-patches location
Fix the path to ELT-patches to the one used on modern systems. It is still a horrible hack but it might work now. Patch by sultan.
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}"