Install configuration files with CONFMODE instead of SHAREMODE

This commit is contained in:
Baptiste Daroussin 2015-10-09 22:15:31 +00:00
parent 2bcf1d422b
commit c8cbf0d5ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289090

View File

@ -21,7 +21,7 @@ all: buildconfig
${group}OWN?= ${SHAREOWN}
${group}GRP?= ${SHAREGRP}
${group}MODE?= ${SHAREMODE}
${group}MODE?= ${CONFMODE}
${group}DIR?= ${ETCDIR}/
STAGE_SETS+= ${group}
STAGE_DIR.${group}= ${STAGE_OBJTOP}${${group}DIR}