now symlinks /etc/localtime to the right thing, rather than making
a copy (or trying to).
This commit is contained in:
parent
0559d7e379
commit
4476d06142
@ -131,8 +131,8 @@ right_posix: right_only other_two
|
|||||||
install: maninstall ${DATA} ${REDO}
|
install: maninstall ${DATA} ${REDO}
|
||||||
(cd ${.CURDIR}/datfiles; \
|
(cd ${.CURDIR}/datfiles; \
|
||||||
../obj/zic -d ${TZDIR} -p ${POSIXRULES})
|
../obj/zic -d ${TZDIR} -p ${POSIXRULES})
|
||||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
/bin/rm -f ${DESTDIR}/etc/localtime
|
||||||
${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
|
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
|
||||||
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
|
chown -R ${BINOWN}.${BINGRP} ${TZDIR}
|
||||||
chmod -R a-w ${TZDIR}
|
chmod -R a-w ${TZDIR}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user