mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
more verbose output during install foreign calendar files
This commit is contained in:
parent
9df7e08732
commit
30c00b0d9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14135
@ -11,6 +11,7 @@ beforeinstall:
|
||||
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}
|
||||
for lang in ${INTER}; \
|
||||
do \
|
||||
echo "Install calendar files for \"$$lang\""; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
|
||||
${.CURDIR}/calendars/$$lang/calendar.* \
|
||||
${DESTDIR}${SHAREDIR}/$$lang; \
|
||||
|
Loading…
Reference in New Issue
Block a user