Do not change the directory permissions for the source area, just the
install area. Noticed by: msmith
This commit is contained in:
parent
d38c9ef674
commit
5f1f5e2203
@ -23,7 +23,7 @@ beforeinstall: ${SHARED}
|
|||||||
|
|
||||||
copies::
|
copies::
|
||||||
.for dir in ${CFDIRS}
|
.for dir in ${CFDIRS}
|
||||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 -d ${SENDMAIL_DIR}/${dir} ${DDIR}/${dir}
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
|
||||||
.endfor
|
.endfor
|
||||||
.for file in ${CFFILES}
|
.for file in ${CFFILES}
|
||||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
|
||||||
|
Loading…
Reference in New Issue
Block a user