repo/bash/build

8 lines
150 B
Text
Raw Normal View History

2021-07-13 02:13:05 +03:00
sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile
2021-08-05 20:47:42 +03:00
./configure --prefix \
--bindir=/bin \
--without-bash-malloc
2021-07-09 22:22:24 +03:00
make
2021-07-13 19:33:19 +03:00
make install DESTDIR="$1"