gegl: don't rebuild before installing

This commit is contained in:
Luis
2023-04-12 17:13:34 +00:00
parent 5596c6f540
commit 40236da70c

View File

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