2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00
repo/extra/fribidi/build

9 lines
100 B
Plaintext
Raw Normal View History

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