ppc64 is not a secondary architecture...

This commit is contained in:
Tomas Smetana 2007-12-10 13:12:15 +00:00
parent b813ce5564
commit c428b36984

View File

@ -42,7 +42,7 @@ mkdir -p $RPM_BUILD_ROOT/sbin
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/pidof.1*
rm -f $RPM_BUILD_ROOT/%{_bindir}/oldfuser
%ifnarch %ix86 x86_64 ppc
%ifnarch %ix86 x86_64 ppc ppc64
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/peekfd.1*
%endif
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/fuser.1*
%{_mandir}/man1/killall.1*
%{_mandir}/man1/pstree.1*
%ifarch %ix86 x86_64 ppc
%ifarch %ix86 x86_64 ppc ppc64
%{_bindir}/peekfd
%{_mandir}/man1/peekfd.1*
%endif