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

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.072825 seconds and 4 git commands to generate.