2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 00:00:13 +00:00
repo/extra/gettext/build
2019-06-27 21:43:16 +03:00

9 lines
108 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--with-included-gettext
make
make DESTDIR="$1" install