summarylogtreecommitdiffstats
path: root/groff-utf8-Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-utf8-Makefile.patch')
-rw-r--r--groff-utf8-Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/groff-utf8-Makefile.patch b/groff-utf8-Makefile.patch
new file mode 100644
index 000000000000..2e7ca4e649a9
--- /dev/null
+++ b/groff-utf8-Makefile.patch
@@ -0,0 +1,11 @@
+--- Makefile.orig 2005-07-03 01:27:25.000000000 +0200
++++ Makefile 2008-09-02 22:40:56.000000000 +0200
+@@ -24 +24 @@
+- mkdir -p $(DESTDIR)$(PREFIX)/bin
++ install -d -m755 $(DESTDIR)$(PREFIX)/bin
+@@ -30 +30 @@
+- cp $$f $(DESTDIR)$(PREFIX)/bin/$$f || exit 1; \
++ install -m755 $$f $(DESTDIR)$(PREFIX)/bin/$$f || exit 1; \
+@@ -34 +34 @@
+- mkdir -p $(DESTDIR)$(PREFIX)/bin
++ install -d -m 755 $(DESTDIR)$(PREFIX)/bin