now symlinks /etc/localtime to the right thing, rather than making
a copy (or trying to).
This commit is contained in:
parent
1517abcb2b
commit
f3675eb471
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue