]> git.pld-linux.org Git - packages/bin2iso.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:
    bin2iso.spec -> 1.3

bin2iso.spec

index 0110264b9a0273ccbbc4872ced03e00f2f6ba337..4aca83500180684baf5799012dfa78ccfdaa7bcc 100644 (file)
@@ -21,7 +21,7 @@ Konwertuje pliki obraz
 %setup -q -c -T
 
 %build
-gcc %{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} %{SOURCE0} -o %{name}
+gcc %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} %{SOURCE0} -o %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.086332 seconds and 4 git commands to generate.