kiss-mfavila-large/ports/es-git/build

17 lines
203 B
Plaintext
Raw Normal View History

2021-09-16 22:06:34 +00:00
#!/bin/sh -e
ls
aclocal
autoconf
libtoolize -qi
patch < musl.patch
sed -i 's|/doc/es\.1|/es\.1|g' Makefile.in
./configure \
--prefix="$1/usr" \
--with-readline
make
make DESTDIR="$1" install