2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/extra/fribidi/build
2020-10-01 12:12:08 +03:00

9 lines
100 B
Bash
Executable File

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