]> git.pld-linux.org Git - packages/cisco-vpnclient.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:
    cisco-vpnclient.spec -> 1.16

cisco-vpnclient.spec

index f90071a9bd12894714017ff293f367736b06864b..f6bce9b96afdf1f4a7c0b800b6e053a6866ea51c 100644 (file)
@@ -7,7 +7,7 @@
 %bcond_without userspace       # don't build userspace tools
 %bcond_with    verbose         # verbose build (V=1)
 #
-%if %{without kernel}
+%if !%{with kernel}
 %undefine with_dist_kernel
 %endif
 %define                _rel    0.1
@@ -91,7 +91,7 @@ for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}
        ln -sf %{_kernelsrcdir}/include/linux/autoconf-$cfg.h include/linux/autoconf.h
        ln -sf %{_kernelsrcdir}/include/asm-%{_target_base_arch} include/asm
        ln -sf %{_kernelsrcdir}/Module.symvers-$cfg Module.symvers
-%if %{without dist_kernel}
+%if !%{with dist_kernel}
        ln -sf %{_kernelsrcdir}/scripts
 %endif
        touch include/config/MARKER
This page took 0.113724 seconds and 4 git commands to generate.