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

bcm5700.spec

index 3210ac23d65094f3f906e2fb46d306e08a402a72..fb333f46d4198e424e20604597f1779016639fe9 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without userspace       # don't build userspace programs
 %bcond_with    verbose         # verbose build (V=1)
 
-%if %{without kernel}
+%if !%{with kernel}
 %undefine      with_dist_kernel
 %endif
 
This page took 0.032418 seconds and 4 git commands to generate.