]> git.pld-linux.org Git - packages/atmelwlandriver.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:51:45 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atmelwlandriver.spec -> 1.45

atmelwlandriver.spec

index 5cdf7c0e052684d7393015f1a3f9ee0edc9926a1..6235b207723f2205ebb9800ebc0da04d2127f40e 100644 (file)
@@ -7,7 +7,7 @@
 %bcond_without userspace       # don't build userspace applications
 %bcond_with    verbose         # verbose build (V=1)
 
-%if %{without kernel}
+%if !%{with kernel}
 %undefine      with_dist_kernel
 %endif
 
This page took 0.072249 seconds and 4 git commands to generate.