]> git.pld-linux.org Git - packages/fwupd.git/commitdiff
- simplify
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Nov 2017 22:18:50 +0000 (23:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Nov 2017 22:18:50 +0000 (23:18 +0100)
fwupd.spec

index 677d4f6a16127742198baa9cebd4a9f04cc9477f..757c11efe70cdb3ddfc784523bb7c718f1cf9f49 100644 (file)
@@ -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
 
This page took 0.157538 seconds and 4 git commands to generate.