1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Touch locale' and se_locale' if they exist to stop people from

thinking they are obsolete.

Prodded by:	kris
Submitted by:	des
MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2006-08-14 12:10:54 +00:00
parent 974067b161
commit 7eeb0bd711
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161280

View File

@ -26,5 +26,7 @@ beforeinstall:
.if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
${INSTALL} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
/dev/null ${DESTDIR}${TMACDIR}/mm/${locale}
.else
@:>>${DESTDIR}${TMACDIR}/mm/${locale}
.endif
.endfor