Changes of Revision 3
[-] | Changed | java-7.spec |
1
2 rm -rf %{buildroot} 3 4 %post 5 -%{_bindir}/j7update-fix.sh || ; 6 +%{_bindir}/j7update-fix.sh || : 7 8 %files 9 %defattr(-,root,root) 10 |
[-] | Changed | java-7.spec |
1
2 rm -rf %{buildroot} 3 4 %post 5 -%{_bindir}/j7update-fix.sh || ; 6 +%{_bindir}/j7update-fix.sh || : 7 8 %files 9 %defattr(-,root,root) 10 |