]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:42 +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:
    SVGATextMode.spec -> 1.13

SVGATextMode.spec

index 4cf2075a146ca305618f3d60a777cdc1d6d40cc6..55d82758bcc09cd7d90231eab344b8cf054abe4f 100644 (file)
@@ -44,7 +44,7 @@ wi
 %build
 %{__make} dep
 %{__make} all \
-       CFLAGS_DEFAULT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+       CFLAGS_DEFAULT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        LDFLAGS_DEFAULT="%{!?debug:-s}"
 
 %install
This page took 0.59286 seconds and 4 git commands to generate.