modification de la recette configurateur-frontend

This commit is contained in:
Vincent BENOIT
2022-12-23 14:39:52 +01:00
parent 3bfb5dc49f
commit 8845f665f2

View File

@@ -18,15 +18,16 @@ PV = "1.0.0"
S = "${WORKDIR}/git"
RDEPENDS:${PN} = " \
apache2 \
"
apache2 \
"
FILES:${PN} = " \
/var/www/app-configurateur \
"
/var/www/app-configurateur \
"
do_install() {
install -d ${D}/var/www/app-configurateur
cp -a ${WORKDIR}/git/prod/app-configurateur/* ${D}/var/www/app-configurateur
chown -R daemon:daemon ${D}/var/www/app-configurateur
chown -R root:root ${D}/var/www/app-configurateur
chmod -R 755 ${D}/var/www/app-configurateur
}