fix up bash

This commit is contained in:
Ohio2 2021-08-05 19:47:42 +02:00
parent 633355b6c1
commit 80589ea3ee

View file

@ -4,6 +4,8 @@ cd bash-5.1.8
sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile
./configure ./configure --prefix \
--bindir=/bin \
--without-bash-malloc
make make
make install DESTDIR="$1" make install DESTDIR="$1"