repo/extra/gettext/build

9 lines
108 B
Plaintext
Raw Normal View History

2019-06-27 12:43:16 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--with-included-gettext
make
make DESTDIR="$1" install