diff options
-rw-r--r-- | www/typolight/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/typolight/Makefile b/www/typolight/Makefile index 938be2a..96770db 100644 --- a/www/typolight/Makefile +++ b/www/typolight/Makefile @@ -23,6 +23,8 @@ WWWDIR?= ${PREFIX}/www/${PORTNAME} do-install: @${MKDIR} ${WWWDIR} + @${TOUCH} ${WWWDIR}/system/config/localconfig.php + @${CHOWN} ${WWWOWN} ${WWWDIR}/system/config/localconfig.php ${CP} -R ${WRKSRC}/ ${WWWDIR} @${CAT} ${PKGMESSAGE} |