about summary refs log tree commit diff
path: root/nixpkgs/pkgs/data/misc/tzdata/0001-Add-exe-extension-for-MS-Windows-binaries.patch
blob: af90ce57949a37bc45d7b771b148db8e47208332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Makefile b/Makefile
index a9a989e..4da737b 100644
--- a/Makefile
+++ b/Makefile
@@ -606,8 +606,8 @@ install:	all $(DATA) $(REDO) $(MANS)
 			-t '$(DESTDIR)$(TZDEFAULT)'
 		cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
 		cp tzselect '$(DESTDIR)$(BINDIR)/.'
-		cp zdump '$(DESTDIR)$(ZDUMPDIR)/.'
-		cp zic '$(DESTDIR)$(ZICDIR)/.'
+		cp zdump.exe '$(DESTDIR)$(ZDUMPDIR)/.'
+		cp zic.exe '$(DESTDIR)$(ZICDIR)/.'
 		cp libtz.a '$(DESTDIR)$(LIBDIR)/.'
 		$(RANLIB) '$(DESTDIR)$(LIBDIR)/libtz.a'
 		cp -f newctime.3 newtzset.3 '$(DESTDIR)$(MANDIR)/man3/.'