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

gpart.spec

index 7ccc38060cae1a646c88d249e3742f363c26782d..3445babbb3e4fde0b1a3563f43c531e7b8a72486 100644 (file)
@@ -33,7 +33,7 @@ ela esteja danificada.
 %patch0 -p1
 
 %build
-%{__make} OPT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.053152 seconds and 4 git commands to generate.