Logoj0ke.net Open Build Service > Projects > internetx:php5:EL5:extensions > php-pecl-xhprof > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed php-pecl-xhprof.spec
x
 
1
@@ -42,15 +42,17 @@
2
 
3
 
4
 %build
5
-cd extension
6
+pushd extension
7
 phpize
8
 %configure --enable-xhprof
9
 CFLAGS="$RPM_OPT_FLAGS" make
10
+popd
11
 
12
 %install
13
-cd extension
14
+pushd extension
15
 rm -rf $RPM_BUILD_ROOT
16
 %__make install DESTDIR=$RPM_BUILD_ROOT
17
+popd
18
 
19
 # install config file
20
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/php.d
21