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