From ce0d4f5b6f804ccce2fdf008a82da1c0e938e6c7 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 11 Aug 1994 01:39:23 +0000 Subject: Bruce Evans is right - this shouldn't touch /etc *at all* and I should have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by: --- share/zoneinfo/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'share/zoneinfo/Makefile') diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index a335582..169d267 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -130,9 +130,6 @@ right_posix: right_only other_two install: maninstall ${DATA} ${REDO} (cd ${.CURDIR}/datfiles && ../obj/zic -d ${TZDIR} -p ${POSIXRULES}) - rm -f ${DESTDIR}/etc/localtime - install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime chown -R ${BINOWN}.${BINGRP} ${TZDIR} chmod -R a-w ${TZDIR} -- cgit v1.1