From 80589ea3ee404da04923a50b0fcca2f808e6c391 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Thu, 5 Aug 2021 19:47:42 +0200 Subject: [PATCH] fix up bash --- bash/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/build b/bash/build index ceaa300..66ac1b4 100755 --- a/bash/build +++ b/bash/build @@ -4,6 +4,8 @@ cd bash-5.1.8 sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile -./configure +./configure --prefix \ + --bindir=/bin \ + --without-bash-malloc make make install DESTDIR="$1"