Changes of Revision 7
[-] | Changed | php-pecl-xhprof.spec |
1
2 %install 3 pushd extension 4 rm -rf $RPM_BUILD_ROOT 5 -%__make install DESTDIR=$RPM_BUILD_ROOT 6 +%__make install INSTALL_ROOT=$RPM_BUILD_ROOT 7 popd 8 9 # install config file 10 |