modification de la recette configurateur-frontend
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user