2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 03:30:23 -07:00
repo/extra/libass/build

9 lines
104 B
Plaintext
Raw Normal View History

2019-07-18 01:27:47 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-fontconfig
make
make DESTDIR="$1" install