]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- fix install
authorMarcin Krol <hawk@tld-linux.org>
Sat, 16 May 2026 18:40:03 +0000 (20:40 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 16 May 2026 18:40:03 +0000 (20:40 +0200)
php.spec

index ac9aca8a2b9b322486f45e878f51ed8da0756c5e..edb239b49f6c55f4d6dba236e192b08aa486333a 100644 (file)
--- 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