more verbose output during install foreign calendar files

This commit is contained in:
Wolfram Schneider 1996-02-18 01:42:44 +00:00
parent 9df7e08732
commit 30c00b0d9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14135

View File

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