1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

DIRS: Ensure existing directory still has permissions set.

This commit is contained in:
Bryan Drewery 2018-08-08 19:15:45 +00:00
parent 880cdb8805
commit c16d241dcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337494

View File

@ -28,9 +28,9 @@ ${dir}TAG_ARGS= -T ${${dir}TAGS:[*]:S/ /,/g}
installdirs: installdirs-${dir}
installdirs-${dir}: ${DESTDIR}${${dir}}
installdirs-${dir}: installdirs-${DESTDIR}${${dir}}
${DESTDIR}${${dir}}:
installdirs-${DESTDIR}${${dir}}:
@${ECHO} installing DIRS ${dir}
${INSTALL} ${${dir}TAG_ARGS} -d -m ${${dir}_MODE} -o ${${dir}_OWN} \
-g ${${dir}_GRP} ${${dir}_FLAG} ${DESTDIR}${${dir}}