2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-03-19 12:24:47 -06:00
repo/extra/libva-utils/build

9 lines
102 B
Plaintext
Raw Normal View History

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