2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/testing/harfbuzz/build
2019-07-27 12:40:00 +00:00

9 lines
96 B
Bash
Executable File

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