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