diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-27 23:59:50 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-27 23:59:50 +0300 |
commit | 1f9597dd69263e3d660b414a0b88b78b1601179b (patch) | |
tree | 11a85ee3d1ea79570c6b7ca56d8f77c7dae516fc /extra/libva-utils/build | |
parent | 53ea84cdb564c4bbe54c0fd34c68f439935b2222 (diff) | |
download | repository-1f9597dd69263e3d660b414a0b88b78b1601179b.tar.gz |
libva{,-utils}: fix repository location
Diffstat (limited to 'extra/libva-utils/build')
-rwxr-xr-x | extra/libva-utils/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libva-utils/build b/extra/libva-utils/build new file mode 100755 index 00000000..465e5c52 --- /dev/null +++ b/extra/libva-utils/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-wayland + +make +make DESTDIR="$1" install |