2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/xorg/libva-utils/build
2020-01-20 22:37:28 +02:00

9 lines
102 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-wayland
make
make DESTDIR="$1" install