]> git.pld-linux.org Git - packages/dLAN.git/commitdiff
- don't use %{?without_...} - it may not work after inverting bcond master
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 20:29:12 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dLAN.spec -> 1.16

dLAN.spec

index 0059470490596c8812d1caa6efe5762f85f72f91..032a4854ebbb6457d10631bd6e362eb21bc857f2 100644 (file)
--- a/dLAN.spec
+++ b/dLAN.spec
@@ -68,7 +68,7 @@ do przesyƂania danych po domowej sieci energetycznej.
 
 %build
 %configure \
-       %{?without_kernel:--disable-usbdriver}
+       %{!?with_kernel:--disable-usbdriver}
 
 %if %{with userspace}
 %{__make} -C tool
This page took 0.08626 seconds and 4 git commands to generate.