]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- don't use %{!?without_...} - it's a double negation !
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 20:27:26 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub2.spec -> 1.73

grub2.spec

index bf4fb21a612bd81997625cb8fdf794426a9d9bb1..8ec12f84dceeb56894396137c97134186794be63 100644 (file)
@@ -155,7 +155,7 @@ export CFLAGS="-Os %{?debug:-g}"
 # mawk stalls at ./genmoddep.awk, so force gawk
 AWK=gawk \
 %configure \
-%{!?without_grubemu:--enable-grub-emu} \
+%{?with_grubemu:--enable-grub-emu} \
        BUILD_CFLAGS="$CFLAGS"
 %{__make} -j1 \
        BUILD_CFLAGS="$CFLAGS" \
This page took 0.027678 seconds and 4 git commands to generate.