From 3f2d8fd766d35f3886bcdb1cfa694eea3763dfdb Mon Sep 17 00:00:00 2001 From: peelz Date: Wed, 25 Sep 2024 18:22:13 -0400 Subject: [PATCH] fix(dist/arch): don't build package twice --- dist/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index a31f22a..c8c7241 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -60,7 +60,7 @@ build() { package() { - meson install -C build --destdir "${pkgdir}" + meson install -C build --no-rebuild --destdir "${pkgdir}" # We will check for optional packages here: # Check for NVIDIA GPU and if monado-vulkan-layers-git is not already installed