Skip to content

Commit

Permalink
odd, I dont remember removing this but maybe I did
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Oct 16, 2024
1 parent bd432b0 commit f8a548d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps-packaging/php/cfbuild-php.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions deps-packaging/php/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit f8a548d

Please sign in to comment.