bubblewrap: don't rebuild before installing

This commit is contained in:
Luis
2023-04-12 17:13:33 +00:00
parent 3d383e1112
commit ecb47ead60

View File

@@ -9,5 +9,5 @@ source="https://github.com/containers/bubblewrap/archive/v$version/$name-$versio
build() {
venom-meson $name-$version build
meson compile -C build
DESTDIR=$PKG meson install -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}