2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-10 04:40:09 -07:00
repo/xorg/libva/build

9 lines
79 B
Plaintext
Raw Normal View History

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