From 17480201723d0e30a20a55975dfd0acbe2f36dc7 Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 12 Apr 2023 17:13:34 +0000 Subject: [PATCH] gnome-bluetooth: don't rebuild before installing --- main/gnome-bluetooth/spkgbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gnome-bluetooth/spkgbuild b/main/gnome-bluetooth/spkgbuild index 0fa5327cb..f5ea49356 100755 --- a/main/gnome-bluetooth/spkgbuild +++ b/main/gnome-bluetooth/spkgbuild @@ -11,5 +11,5 @@ build() { sed -i "/'sendto'/d" meson.build venom-meson -Dicon_update=false -Dgtk_doc=false build meson compile -C build - DESTDIR=$PKG meson install -C build + DESTDIR=$PKG meson install --no-rebuild -C build }