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

Changes of Revision 3

[-] Changed php5-rrd.spec
 
1
@@ -48,7 +48,7 @@
2
 popd
3
 
4
 %install
5
-%__make DESTDIR=%{buildroot} install
6
+%__make -C %{name} 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
 echo 'extension = rrd.so' >> %{buildroot}%{_sysconfdir}/php5/conf.d/rrd.ini
10