mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-24 18:01:49 +00:00
fix(dist/arch): don't build package twice
This commit is contained in:
parent
477ec75b11
commit
3f2d8fd766
1 changed files with 1 additions and 1 deletions
2
dist/arch/PKGBUILD
vendored
2
dist/arch/PKGBUILD
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue