From: <abe...@us...> - 2013-01-15 21:55:58
|
Revision: 5904 http://astlinux.svn.sourceforge.net/astlinux/?rev=5904&view=rev Author: abelbeck Date: 2013-01-15 21:55:51 +0000 (Tue, 15 Jan 2013) Log Message: ----------- zoneinfo, install zone.tab and iso3166.tab, required by libical Modified Paths: -------------- branches/1.0/package/zoneinfo/zoneinfo.mk Modified: branches/1.0/package/zoneinfo/zoneinfo.mk =================================================================== --- branches/1.0/package/zoneinfo/zoneinfo.mk 2013-01-15 19:29:44 UTC (rev 5903) +++ branches/1.0/package/zoneinfo/zoneinfo.mk 2013-01-15 21:55:51 UTC (rev 5904) @@ -26,6 +26,8 @@ (cd $(ZONEINFO_DIR); \ $(MAKE1) TZDIR=$(TARGET_DIR)/usr/share/zoneinfo posix_only \ ) + $(INSTALL) -D -m 0644 $(ZONEINFO_DIR)/zone.tab $(TARGET_DIR)/usr/share/zoneinfo/zone.tab + $(INSTALL) -D -m 0644 $(ZONEINFO_DIR)/iso3166.tab $(TARGET_DIR)/usr/share/zoneinfo/iso3166.tab touch $@ zoneinfo: $(TARGET_DIR)/$(ZONEINFO_BINARY) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |