]> git.pld-linux.org Git - packages/zgv.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:47 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    zgv.spec -> 1.34

zgv.spec

index 554c4b94fcf2217d4e2afb982815bcfd703729bb..1ed406f3e52e80748477bb984b00c89c111a1a6f 100644 (file)
--- a/zgv.spec
+++ b/zgv.spec
@@ -63,7 +63,7 @@ belirtilenler d
 
 %build
 
-%{__make} all OPTFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+%{__make} all OPTFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        INCDIRS="-I%{_includedir}" \
        RGB_DB="%{_prefix}/X11R6/lib/X11/rgb.txt"
 
This page took 0.132692 seconds and 4 git commands to generate.