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

fwbuilder.spec

index ac3634a1c11c9a77a16ca20b79de0b0897445059..6d09ad99134628d31f814406260dab6190038218 100644 (file)
@@ -208,7 +208,7 @@ Pliki specyficzne dla MacOS X.
 # Without it this app uses ccache if it's found in system even if we don't
 # want it
 
-%if %{without ccache}
+%if !%{with ccache}
 grep -vi ccache configure.in > configure.in.x
 mv configure.in.x configure.in
 %endif
This page took 0.066111 seconds and 4 git commands to generate.