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

index c47ed8676b716e228149284b1e409aa5f1b73dea..a185df25cdb61d161b9d7ea4a89229d6e7364127 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2204,7 +2204,7 @@ libtool --mode=install install -p sapi/litespeed/lsphp $RPM_BUILD_ROOT%{_sbindir
 
 %if %{with phpdbg}
 %{__make} -f Makefile.phpdbg install-phpdbg \
-       INSTALL="libtool" \
+       LIBTOOL="libtool" \
        INSTALL="install -p" \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 %endif