mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Don't make directory here, it is mtree task
This commit is contained in:
parent
4b8b25f14c
commit
0ae3124381
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13924
@ -11,8 +11,6 @@ beforeinstall:
|
||||
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}
|
||||
for lang in ${INTER}; \
|
||||
do \
|
||||
[ -d ${DESTDIR}${SHAREDIR}/$$lang ] || \
|
||||
mkdir -p ${DESTDIR}${SHAREDIR}/$$lang; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
|
||||
${.CURDIR}/calendars/$$lang/calendar.* \
|
||||
${DESTDIR}${SHAREDIR}/$$lang; \
|
||||
|
Loading…
Reference in New Issue
Block a user