]> git.pld-linux.org Git - packages/autolog.git/blobdiff - autolog.spec
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
[packages/autolog.git] / autolog.spec
index ff7d75abf8a8f0967af2b3dcffa951bcaf7970a0..daabee2ec6b19d06a69f5c5886e976504a7b0dcb 100644 (file)
@@ -29,11 +29,11 @@ u
 %patch -p1
 
 %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
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},etc/cron.d}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},%{_sysconfdir}/cron.d}
 
 install autolog $RPM_BUILD_ROOT%{_sbindir}
 install crontab $RPM_BUILD_ROOT/etc/cron.d/%{name}
This page took 0.081087 seconds and 4 git commands to generate.