From f8a548d02680acde93e1a9196a9ec4ba08776395 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Wed, 16 Oct 2024 08:09:20 -0500 Subject: [PATCH] odd, I dont remember removing this but maybe I did --- deps-packaging/php/cfbuild-php.spec | 1 + deps-packaging/php/debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/deps-packaging/php/cfbuild-php.spec b/deps-packaging/php/cfbuild-php.spec index 6fba08bb7..8a5c5f0b1 100644 --- a/deps-packaging/php/cfbuild-php.spec +++ b/deps-packaging/php/cfbuild-php.spec @@ -111,6 +111,7 @@ make %install rm -rf ${RPM_BUILD_ROOT} mkdir -p ${RPM_BUILD_ROOT}%{prefix}/httpd/conf +mkdir -p ${RPM_BUILD_ROOT}%{PREFIX}/httpd/php/etc cp %{prefix}/httpd/conf/httpd.conf ${RPM_BUILD_ROOT}%{prefix}/httpd/conf cp ${RPM_BUILD_ROOT}/../../SOURCES/php-fpm.conf ${RPM_BUILD_ROOT}%{prefix}/httpd/php/etc diff --git a/deps-packaging/php/debian/rules b/deps-packaging/php/debian/rules index aa454077b..22a305053 100755 --- a/deps-packaging/php/debian/rules +++ b/deps-packaging/php/debian/rules @@ -93,6 +93,7 @@ install: build dh_installdirs mkdir -p $(CURDIR)/debian/tmp$(PREFIX)/httpd/conf + mkdir -p $(CURDIR)/debian/tmp$(PREFIX)/httpd/php/etc cp $(PREFIX)/httpd/conf/httpd.conf $(CURDIR)/debian/tmp$(PREFIX)/httpd/conf/httpd.conf cp $(CURDIR)/php-fpm.conf $(CURDIR)/debian/tmp$(PREFIX)/httpd/php/etc/