These need to be &&, not ||.

This commit is contained in:
Kevin Kofler 2009-09-28 13:10:57 +00:00
parent 69c377b9de
commit 290f55c56b
1 changed files with 2 additions and 2 deletions

View File

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