[packages/fwupd] - simplify

arekm arekm at pld-linux.org
Fri Nov 3 23:18:56 CET 2017


commit 2317379a8e19d06f1202b041c435170459b9ebb9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Nov 3 23:18:50 2017 +0100

    - simplify

 fwupd.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/fwupd.spec b/fwupd.spec
index 677d4f6..757c11e 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -123,12 +123,11 @@ Dokumentacja API do bibliotek fwupd.
 %setup -q
 
 %build
-%meson \
+%meson build \
 	-Denable-tests=false \
 	%{!?with_thunderbolt:-Denable-thunderbolt=false} \
 	%{!?with_efi:-Denable-uefi=false} \
-	%{!?with_efi:-Denable-dell=false} \
-	. build
+	%{!?with_efi:-Denable-dell=false}
 
 %meson_build -C build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fwupd.git/commitdiff/2317379a8e19d06f1202b041c435170459b9ebb9



More information about the pld-cvs-commit mailing list