Fix packaging for fresh installations.
Feature safe: yes Reported by: pointyhat via Pav
This commit is contained in:
parent
cbbac344b0
commit
dd09266da0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286941
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ do-install:
|
|||
${MKDIR} ${WWWDIR} ${DATADIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name LICENSE")
|
||||
${RM} -rf ${WWWDIR}/debian
|
||||
${MKDIR} ${WWWDIR}/icons/ # Not used for fresh installation
|
||||
${TOUCH} ${WWWDIR}/icons/.empty
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
${CHMOD} ug+x ${SCRIPTS:S|^|${WWWDIR}/|}
|
||||
|
|
Loading…
Reference in a new issue