2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-23 06:26:17 +00:00
repo/extra/fribidi/build

9 lines
100 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
2020-10-01 09:12:08 +00:00
--prefix=/usr \
--enable-static
make
make DESTDIR="$1" install