repo/bash/build
2021-08-28 10:05:07 +02:00

7 lines
150 B
Text
Executable file

sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile
./configure --prefix \
--bindir=/bin \
--without-bash-malloc
make
make install DESTDIR="$1"