2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/extra/libva-utils/build

9 lines
102 B
Plaintext
Raw Normal View History

2020-01-20 20:37:28 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-wayland
make
make DESTDIR="$1" install