diff options
| -rw-r--r-- | php-pecl-xdebug.spec | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 156fbb9..81530d0 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -246,11 +246,11 @@ rm -rf %{buildroot}  %defattr(-,root,root,-)  %{?_licensedir:%license NTS/LICENSE}  %doc %{pecl_docdir}/%{pecl_name} -%config(noreplace) %{php_inidir}/%{ini_name}  %{_bindir}/debugclient +%{pecl_xmldir}/%{name}.xml +%config(noreplace) %{php_inidir}/%{ini_name}  %{php_extdir}/%{pecl_name}.so -%{pecl_xmldir}/%{name}.xml  %if %{with_zts}  %config(noreplace) %{php_ztsinidir}/%{ini_name}  | 
