1
0
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:
Andrey A. Chernov 1996-02-05 17:35:17 +00:00
parent 4b8b25f14c
commit 0ae3124381
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13924

View File

@ -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; \