From: Marcin Krol Date: Sat, 26 Sep 2020 16:29:09 +0000 (+0200) Subject: - fix extensiondir X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=40f79872ee5212c465518aa83b5770a11e743c91;p=packages%2Fphp.git - fix extensiondir --- diff --git a/php.spec b/php.spec index e041a2f..534dd8c 100644 --- 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}