Changes of Revision 11
[-] | Changed | php-pecl-xhprof.spec |
1
2 install -d $RPM_BUILD_ROOT%{_sysconfdir}/php.d 3 cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/xhprof.ini << 'EOF' 4 ; Enable xhprof extension module 5 -extension=%{php_extdir}/xhprof.so 6 +extension=xhprof.so 7 EOF 8 9 # install doc files 10 |