Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-rrd > Changes
Sign Up | Log In

Changes of Revision 7

[-] Changed php5-rrd.spec
 
1
@@ -48,8 +48,7 @@
2
 #popd
3
 
4
 %install
5
-%__install -d %{buildroot}`php-config --extension-dir`
6
-%__make DESTDIR=%{buildroot} install
7
+%__install -D -m0755 modules/rrd.so %{buildroot}`php-config --extension-dir`/rrd.so
8
 %{__mkdir} -p %{buildroot}%{_sysconfdir}/php5/conf.d
9
 echo "; comment out next line to disable rrd extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini
10
 echo 'extension = rrd.so' >> %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini
11