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