Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:ba4762b7c431a4f724cc3748fa7321b05353e78c
Author...:Sami Kerola
Committer:Sami Kerola
Date.....:Fri Jan 2 22:58:50 2015 +0000
Parents..:3dfbead34b1b12c9d62975b49e5ce2695339edc0

Message
build: add write bit to manual page file in distribution file

* Makefile.am (hello.1): Extracted distribution package should be
removable without --force option.
Reported by Benno Schulenberg.

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +1/-0
index 4d44084..dcaf61a
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,6 +111,7 @@ include $(top_srcdir)/lib/local.mk
 include $(top_srcdir)/doc/local.mk
 
 dist-hook: gen-ChangeLog
+	chmod u+w $(distdir)/$(man_MANS)
 
 gen_start_date = 2011-12-17
 .PHONY: gen-ChangeLog

This website is licensed under AGPL-3.0. Feel free to copy!