commit: 5c1aa6699bd3d8767f0880e303bb69bafc6d5091
parent 88628095c1c462fa7423e527cfde3b2579ffdf90
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 3 May 2024 05:55:28 +0200
make-root: Fix default (s)bindir for heirloom
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/make-root.sh b/make-root.sh
@@ -128,6 +128,8 @@ patch -p0 <"${WORKDIR}/heirloom-070715-diff-no-AR.patch" || die
# - maninst Fails to create parent dir, just noop it, we don't have man anyway
# -e 's;MANINST =.*;MANINST = $(SHELL) ../build/maninst.sh;' \
sed -i \
+ -e 's;DEFBIN =.*;DEFBIN = /bin;' \
+ -e 's;DEFSBIN =.*;DEFSBIN = /bin;' \
-e 's;STRIP =.*;STRIP = true;' \
-e 's;SPELLHIST =.*;SPELLHIST = /dev/null;' \
-e 's;UCBINST =.*;UCBINST = install;' \