From 7cd3822569d9963efa2e0090bb07906f29a90480 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Aug 2014 17:55:10 +0200 Subject: php56-php: add php56dbg in base system --- php/php.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php/php.spec b/php/php.spec index cbb1380..df7aec5 100644 --- a/php/php.spec +++ b/php/php.spec @@ -1374,6 +1374,7 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir} ln -s %{_bindir}/php $RPM_BUILD_ROOT%{_root_bindir}/%{scl} ln -s %{_bindir}/phar.phar $RPM_BUILD_ROOT%{_root_bindir}/%{scl_prefix}phar +ln -s %{_bindir}/phpdbg $RPM_BUILD_ROOT%{_root_bindir}/%{scl}dbg %if %{with_lsws} ln -s %{_bindir}/lsphp $RPM_BUILD_ROOT%{_root_bindir}/ls%{scl} %endif @@ -1640,6 +1641,9 @@ fi %{_bindir}/phpdbg %{_mandir}/man1/phpdbg.1* %doc sapi/phpdbg/{README.md,CREDITS} +%if 0%{?scl:1} +%{_bindir}/%{scl}dbg +%endif %files fpm %defattr(-,root,root) -- cgit