summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/phpmyadmin
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-php/phpmyadmin')
-rw-r--r--meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb
index 1118e2371..996aa6363 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb
@@ -18,11 +18,11 @@ S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
18inherit allarch 18inherit allarch
19 19
20do_install() { 20do_install() {
21 install -d ${D}${datadir}/${BPN} 21 install -d ${D}${datadir}/${BPN}
22 cp -a * ${D}${datadir}/${BPN} 22 cp -a * ${D}${datadir}/${BPN}
23 23
24 install -d ${D}${sysconfdir}/apache2/conf.d 24 install -d ${D}${sysconfdir}/apache2/conf.d
25 install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf 25 install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf
26} 26}
27 27
28FILES_${PN} = "${datadir}/${BPN} \ 28FILES_${PN} = "${datadir}/${BPN} \