]> git.pld-linux.org Git - packages/bchunk.git/blobdiff - bchunk.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/bchunk.git] / bchunk.spec
index 8fca17ca373bcf1127a04edaa59e728855dbc615..72940b475ad9801a2d342f8eb3c96583f0b9a6a5 100644 (file)
@@ -28,7 +28,7 @@ wspierany przez wi
 %setup -q
 
 %build
-%{__cc} %{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} %{name}.c -o %{name}
+%{__cc} %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} %{name}.c -o %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.043667 seconds and 4 git commands to generate.