forked from alnux/repo
fix up bash
This commit is contained in:
parent
633355b6c1
commit
80589ea3ee
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue