From afe785599b865736cd1fb9625ac6abfa81d345b0 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 16 May 2026 20:40:03 +0200 Subject: [PATCH] - fix install --- php.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.52.0