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