]> git.pld-linux.org Git - packages/anacron.git/blobdiff - anacron.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/anacron.git] / anacron.spec
index efc4d81a670a0ca2c3f410363f8af62ebcd2a981..acba01495d74ac76758e897ddc078e5bc4674cf5 100644 (file)
@@ -43,7 +43,7 @@ mo
 %setup -q
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.170199 seconds and 4 git commands to generate.