libva: don't rebuild before installing

This commit is contained in:
Luis
2023-04-12 17:13:35 +00:00
parent 22b8361ebf
commit aa9f53d525

View File

@@ -10,5 +10,5 @@ build() {
cd $name-$version
venom-meson build
meson compile -C build
DESTDIR=$PKG meson install -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}