]> git.pld-linux.org Git - packages/bsd-finger.git/blobdiff - bsd-finger.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/bsd-finger.git] / bsd-finger.spec
index 763cc1d5ca524a924a807f38974fd77e744e5849..02bfc0816a9ac42d7a9f9a8c0469b0f6b2019f08 100644 (file)
@@ -98,7 +98,7 @@ finger sunucusu bulunmaktad
        --installroot=$RPM_BUILD_ROOT \
        --prefix=%{_prefix}
 
-%{__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.077152 seconds and 4 git commands to generate.