/etc/localtime is not created by "make install" here anymore. That

was just too inconvenient.
This commit is contained in:
deraadt 1993-05-25 09:18:44 +00:00
parent 6877343009
commit 64f9e04df7
1 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,7 @@
# Alternately, if you discover you've got the wrong time zone, you can just
# zic -l rightzone
# This line has been moved to /usr/src/etc/Makefile
LOCALTIME= US/Pacific
# If you want something other than Eastern United States time as a template
@ -132,8 +133,6 @@ right_posix: right_only other_two
realinstall: ${DATA} ${REDO}
(cd ${.CURDIR}/datfiles; \
../obj/zic -d ${TZDIR} -p ${POSIXRULES})
/bin/rm -f ${DESTDIR}/etc/localtime
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
chmod -R a-w ${TZDIR}