forked from alnux/repo
7 lines
150 B
Text
Executable file
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"
|