]> git.pld-linux.org Git - packages/php-pecl-xdebug.git/commitdiff
- non-conflicting filename for debugclient auto/ti/php-pecl-xdebug-2.2.0-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 15:29:28 +0000 (18:29 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 17 Oct 2012 15:29:28 +0000 (18:29 +0300)
php-pecl-xdebug.spec

index 39c2651b552cd9317d6f0363b9836a18a40d3ac6..6a47b0fea3419dba24b44d7aacd861fe94922f5d 100644 (file)
@@ -102,7 +102,7 @@ install /usr/share/automake/{config.*,depcomp} .
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{php_sysconfdir}/conf.d,%{php_extensiondir}}
 
-install -p debugclient/debugclient $RPM_BUILD_ROOT%{_bindir}/%{modname}-debugclient
+install -p debugclient/debugclient $RPM_BUILD_ROOT%{_bindir}/%{modname}%{?php_suffix}-debugclient
 install -p modules/%{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cp -a %{modname}.ini $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 
@@ -122,4 +122,4 @@ fi
 %doc README NEWS CREDITS contrib/xt.vim
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{modname}.so
-%attr(755,root,root) %{_bindir}/xdebug-debugclient
+%attr(755,root,root) %{_bindir}/xdebug*-debugclient
This page took 0.126365 seconds and 4 git commands to generate.