summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb')
-rw-r--r--meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
index 54cacb527..e48e515d6 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
@@ -21,6 +21,9 @@ do_install() {
21 21
22 install -d ${D}${sysconfdir}/apache2/conf.d 22 install -d ${D}${sysconfdir}/apache2/conf.d
23 install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf 23 install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf
24
25 # Remove a few scripts that explicitly require bash (!)
26 rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh
24} 27}
25 28
26FILES_${PN} = "${datadir}/${BPN} \ 29FILES_${PN} = "${datadir}/${BPN} \