Changes of Revision 6
[-] | Changed | php5-rrd.spec |
1
2 #popd 3 4 %install 5 +%__install -d %{buildroot}`php-config --extension-dir` 6 %__make DESTDIR=%{buildroot} install 7 %{__mkdir} -p %{buildroot}%{_sysconfdir}/php5/conf.d 8 echo "; comment out next line to disable rrd extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini 9 |