libxcvt: don't rebuild before installing

This commit is contained in:
Luis
2023-04-12 17:13:36 +00:00
parent 89e78d9188
commit cc673b66df

View File

@@ -11,5 +11,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
}