Nuke spaces in front of tabs.

This commit is contained in:
Dima Dorfman 2001-11-04 23:20:52 +00:00
parent 2022d11f02
commit f5b00d08b1

View File

@ -14,7 +14,7 @@ beforeinstall:
${.CURDIR}/calendars/calendar.* ${DESTDIR}${SHAREDIR}/calendar
.for lang in ${INTER}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${TEXTMODE} \
${.CURDIR}/calendars/${lang}/calendar.* \
${.CURDIR}/calendars/${lang}/calendar.* \
${DESTDIR}${SHAREDIR}/calendar/${lang};
.endfor
.for link in ${DE_LINKS}