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"