]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- fix extensiondir
authorMarcin Krol <hawk@tld-linux.org>
Sat, 26 Sep 2020 16:28:53 +0000 (18:28 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 26 Sep 2020 16:28:53 +0000 (18:28 +0200)
php.spec

index 0f70878865b34f36bb58be47fcdf3bec2cf55c26..00bb166b9a57e8a9e05f03014cc61e5295e2bb8a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -258,7 +258,7 @@ BuildRequires:      apr-util-devel >= 1:1.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                php_sysconfdir          /etc/%{name}
-%define                php_extensiondir        %{_libdir}/%{name}
+%define                php_extensiondir        %{_libdir}/php/%{name}
 %define                php_datadir             /usr/share/php/%{name}
 %define                _sysconfdir             %{php_sysconfdir}