diff -r 58618d93c0fb -r a810539dc218 www/Makefile --- a/www/Makefile Mon Jan 07 22:35:32 2019 +0100 +++ b/www/Makefile Tue Jan 08 21:54:19 2019 +0100 @@ -3,7 +3,7 @@ include ../Makefile.global -SRC = config.php.dist favicon.ico gen_about.php getfermentablesources.php \ +SRC = cmd_fermenter.php config.php.dist favicon.ico gen_about.php getfermentablesources.php \ getfermenter.php getfermentlog.php gethopsources.php getmiscsources.php \ getnode.php getwatersources.php getyeastsources.php index.php \ inv_equipments.php inv_fermentables.php inv_hops.php inv_instock.php \ @@ -31,6 +31,7 @@ install: ${INSTALL} -d -g 314 -o 314 ${PREFIX} ${WWWDIR} ${WWWDIR}/css \ ${WWWDIR}/jqwidgets ${WWWDIR}/js ${WWWDIR}/images/ ${WWWDIR}/includes/ + ${INSTALL} -d -g 314 -o 314 -m 0777 ${WWWDIR}/run ${INSTALL} -g 314 -o 314 ${SRC} ${WWWDIR}/ ${INSTALL} -g 314 -o 314 version.php ${WWWDIR}/ ${INSTALL} -g 314 -o 314 css/* ${WWWDIR}/css/