Changes of Revision 12
[-] | Changed | php5-expect.spec |
1
2 3 ./configure --with-expect=%{_usr} --with-tcldir=%{_libdir} 4 5 -%{__make} %{?jobs:-j%jobs} 6 +%{__make} %{?jobs:-j%jobs} || ls -al %{_libdir} 7 8 %install 9 %makeinstall -C %{name} INSTALL_ROOT=%{buildroot} 10 |