These need to be &&, not ||.

This commit is contained in:
Kevin Kofler 2009-09-28 13:10:57 +00:00
parent 69c377b9de
commit 290f55c56b

View File

@ -331,7 +331,7 @@ for i in *; do
done done
popd popd
%if 0%{?fedora} < 12 || 0%{?rhel} < 6 %if 0%{?fedora} < 12 && 0%{?rhel} < 6
install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh install -p -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/kde.sh
install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde.csh
%endif %endif
@ -470,7 +470,7 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README %doc README
%doc COPYING.LIB %doc COPYING.LIB
%if 0%{?fedora} < 12 || 0%{?rhel} < 6 %if 0%{?fedora} < 12 && 0%{?rhel} < 6
%config(noreplace) %{_sysconfdir}/profile.d/* %config(noreplace) %{_sysconfdir}/profile.d/*
%endif %endif
%{_bindir}/artsmessage %{_bindir}/artsmessage