From 5aa4678b2342dcfc1d2b31aa9fa4f39c539e4b61 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 13 Aug 2009 12:56:47 +0300 Subject: [PATCH] Fix xz Makefile.am for the man page. install-exec-hook -> install-data-hook --- src/xz/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am index 773654e..ccdc66c 100644 --- a/src/xz/Makefile.am +++ b/src/xz/Makefile.am @@ -73,6 +73,8 @@ install-exec-hook: rm -f $$link && \ $(LN_S) $$target $$link; \ done + +install-data-hook: cd $(DESTDIR)$(mandir)/man1 && \ target=`echo xz | sed '$(transform)'` && \ for name in $(xzlinks); do \ -- 2.7.4