now symlinks /etc/localtime to the right thing, rather than making

a copy (or trying to).
This commit is contained in:
cgd 1993-03-30 00:31:52 +00:00
parent 1517abcb2b
commit f3675eb471
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ right_posix: right_only other_two
install: maninstall ${DATA} ${REDO}
(cd ${.CURDIR}/datfiles; \
../obj/zic -d ${TZDIR} -p ${POSIXRULES})
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
/bin/rm -f ${DESTDIR}/etc/localtime
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
chmod -R a-w ${TZDIR}