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

index e041a2f085651dffeb99fa6e8a244c26ff61635e..534dd8c8d829bd5726143e7cf7f1ee3516a45425 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -259,7 +259,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}