From: Marcin Krol Date: Sat, 16 May 2026 18:40:03 +0000 (+0200) Subject: - fix install X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=afe785599b865736cd1fb9625ac6abfa81d345b0;p=packages%2Fphp.git - fix install --- diff --git a/php.spec b/php.spec index ac9aca8..edb239b 100644 --- a/php.spec +++ b/php.spec @@ -2233,7 +2233,8 @@ libtool --mode=install install -p sapi/litespeed/lsphp $RPM_BUILD_ROOT%{_sbindir %if %{with phpdbg} %{__make} -f Makefile.phpdbg install-phpdbg \ - INSTALL="libtool --mode=install install -p" \ + LIBTOOL="libtool" \ + INSTALL="install -p" \ INSTALL_ROOT=$RPM_BUILD_ROOT %endif