summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r--meta-oe/recipes-devtools/php/php.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 23380da2cb..4cae3f7da9 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -178,7 +178,7 @@ do_install_append_class-target() {
178 install -d ${D}${sysconfdir}/apache2/modules.d 178 install -d ${D}${sysconfdir}/apache2/modules.d
179 install -d ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} 179 install -d ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}
180 install -m 644 ${WORKDIR}/70_mod_php${PHP_MAJOR_VERSION}.conf ${D}${sysconfdir}/apache2/modules.d 180 install -m 644 ${WORKDIR}/70_mod_php${PHP_MAJOR_VERSION}.conf ${D}${sysconfdir}/apache2/modules.d
181 sed -i s,lib/,${libdir}/, ${D}${sysconfdir}/apache2/modules.d/70_mod_php${PHP_MAJOR_VERSION}.conf 181 sed -i s,lib/,${libexecdir}/, ${D}${sysconfdir}/apache2/modules.d/70_mod_php${PHP_MAJOR_VERSION}.conf
182 cat ${S}/php.ini-production | \ 182 cat ${S}/php.ini-production | \
183 sed -e 's,extension_dir = \"\./\",extension_dir = \"/usr/lib/extensions\",' \ 183 sed -e 's,extension_dir = \"\./\",extension_dir = \"/usr/lib/extensions\",' \
184 > ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}/php.ini 184 > ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}/php.ini