Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/bsd/fbsd/
Date: Sun, 18 Feb 2018 19:21:30
Message-Id: 1518981681.48ffd2631ae87d1a62ca63279b22afbd14b965c2.mgorny@gentoo
1 commit: 48ffd2631ae87d1a62ca63279b22afbd14b965c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 19:19:26 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 19:21:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ffd263
7
8 profiles/default/bsd/fbsd: Fix ELT-patches location
9
10 Fix the path to ELT-patches to the one used on modern systems. It is
11 still a horrible hack but it might work now.
12
13 Patch by sultan.
14
15 profiles/default/bsd/fbsd/profile.bashrc | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/profiles/default/bsd/fbsd/profile.bashrc b/profiles/default/bsd/fbsd/profile.bashrc
19 index f9a81fff5d3..cb5a328f1de 100644
20 --- a/profiles/default/bsd/fbsd/profile.bashrc
21 +++ b/profiles/default/bsd/fbsd/profile.bashrc
22 @@ -46,7 +46,7 @@ bsd-patch_install-sh() {
23 # Do nothing if $S does not exist
24 [ -d "${S}" ] || return 0
25
26 - local EPDIR="${ECLASSDIR}/ELT-patches/install-sh"
27 + local EPDIR="${EPREFIX}/usr/share/elt-patches/install-sh"
28 local EPATCHES="${EPDIR}/1.5.6 ${EPDIR}/1.5.4 ${EPDIR}/1.5"
29 local ret=0
30 cd "${S}"