From cf9cd6b666302145053f6b2a66d9b2e36d42311d Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 6 Mar 2007 04:33:14 +0000 Subject: . When we update the time zone data, delete the temporary copy of the old data created by the update tool. --- java/jdk16/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'java/jdk16') 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: -- cgit v1.2.3