aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-03-06 04:33:14 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-03-06 04:33:14 +0000
commitcf9cd6b666302145053f6b2a66d9b2e36d42311d (patch)
treee8f8fe464488bdabe6e428af957500b1d61a171c /java/jdk16
parent3b602210acda290149ab29547b0ce76bc893b324 (diff)
. When we update the time zone data, delete the temporary copy of the old
data created by the update tool.
Notes
Notes: svn path=/head/; revision=186628
Diffstat (limited to 'java/jdk16')
-rw-r--r--java/jdk16/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
index deecc6d70ba3..47f74e0493f6 100644
--- a/java/jdk16/Makefile
+++ b/java/jdk16/Makefile
@@ -301,6 +301,7 @@ post-build:
@# Update time zones
@-${JDKIMAGEDIR}/bin/java -jar \
${WRKDIR}/tzupdater${TZUPDATE_TZVERSION}/tzupdater.jar -u
+ @-${RM} -rf ${JDKIMAGEDIR}/jre/lib/zi.tzdata*
.endif
do-install: