From 48ffd2631ae87d1a62ca63279b22afbd14b965c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 18 Feb 2018 20:19:26 +0100 Subject: [PATCH] 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. --- profiles/default/bsd/fbsd/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.26.2