Commit f25788a3 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added camogm.php to the recipe

parent 6f7425e0
...@@ -22,6 +22,7 @@ SRC_URI = "file://controls.html \ ...@@ -22,6 +22,7 @@ SRC_URI = "file://controls.html \
file://setup.js \ file://setup.js \
file://setup.php \ file://setup.php \
file://index.html \ file://index.html \
file://camogm.php \
" "
S = "${WORKDIR}/" S = "${WORKDIR}/"
...@@ -42,6 +43,7 @@ do_install_append() { ...@@ -42,6 +43,7 @@ do_install_append() {
install -m 0644 ${WORKDIR}/setup.js ${D}/www/pages install -m 0644 ${WORKDIR}/setup.js ${D}/www/pages
install -m 0644 ${WORKDIR}/setup.php ${D}/www/pages install -m 0644 ${WORKDIR}/setup.php ${D}/www/pages
install -m 0644 ${WORKDIR}/index.html ${D}/www/pages install -m 0644 ${WORKDIR}/index.html ${D}/www/pages
install -m 0644 ${WORKDIR}/camogm.php ${D}/www/pages
} }
PACKAGES = " apps-web" PACKAGES = " apps-web"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment