summaryrefslogtreecommitdiff
path: root/contrib/groffer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groffer/ChangeLog')
-rw-r--r--contrib/groffer/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index 342b0250..f996a86b 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,3 +1,15 @@
+2011-10-17 Ingo Schwarze <schwarze@openbsd.org>
+
+ Do not use INSTALL_DATA and INSTALL_SCRIPT during build phase.
+
+ * Makefile.sub (groffer): Replace INSTALL_DATA and
+ INSTALL_SCRIPT with `cp'. Otherwise the build phase might
+ fail with `permission denied' if you use the `-o root' flag
+ of the `install' command. The use of INSTALL_* is an abuse
+ anyway because it's not installing anything at that point;
+ it's just copying files around locally, within in the build
+ directories.
+
2011-03-21 Jan Vcelak <jvcelak@redhat.com>
Bernd Warken