---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1e0a590..9070c39 100644
--- a/Makefile
+++ b/Makefile
@@ -709,7 +709,7 @@ install:	all $(DATA) $(REDO) $(MANS)
 			'$(DESTDIR)$(MANDIR)/man8'
 		$(ZIC_INSTALL) -l $(LOCALTIME) \
 			-t '$(DESTDIR)$(TZDEFAULT)'
-		cp -f $(TABDATA) '$(DESTDIR)$(TZDIR)/.'
+		cp -f $(TABDATA) leap-seconds.list '$(DESTDIR)$(TZDIR)/.'
 		cp tzselect '$(DESTDIR)$(BINDIR)/.'
 		cp zdump '$(DESTDIR)$(ZDUMPDIR)/.'
 		cp zic '$(DESTDIR)$(ZICDIR)/.'
-- 
2.25.1

