diff options
-rw-r--r-- | meta-oe/recipes-support/mysql/mariadb.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc index 6a554763a..4801ffe22 100644 --- a/meta-oe/recipes-support/mysql/mariadb.inc +++ b/meta-oe/recipes-support/mysql/mariadb.inc | |||
@@ -145,7 +145,10 @@ do_install() { | |||
145 | fi | 145 | fi |
146 | install -d ${D}${bindir} | 146 | install -d ${D}${bindir} |
147 | install -m 755 ${WORKDIR}/mysql-systemd-start ${D}${bindir} | 147 | install -m 755 ${WORKDIR}/mysql-systemd-start ${D}${bindir} |
148 | 148 | install -d ${D}${datadir}/doc/${PN} | |
149 | if [ -f ${D}${datadir}/doc/README ]; then | ||
150 | mv ${D}${datadir}/doc/README ${D}${datadir}/doc/${PN}/ | ||
151 | fi | ||
149 | } | 152 | } |
150 | 153 | ||
151 | PACKAGES = "${PN}-dbg ${PN} \ | 154 | PACKAGES = "${PN}-dbg ${PN} \ |