clean up some shit, add update-grub, add /etc/default/grub and readd openrc, since hummingbird might not be enough #39

Merged
hippoz merged 2 commits from Ohio2/repo:master into master 2021-08-06 12:22:18 +03:00
Showing only changes of commit 80589ea3ee - Show all commits

View file

@ -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"