small bash change

This commit is contained in:
Ohio2 2021-07-13 18:33:19 +02:00
parent f3dfedae26
commit 925a0cdd0c

View file

@ -4,4 +4,4 @@ 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
make make
make install DESTDIR-"$1" make install DESTDIR="$1"