diff options
Diffstat (limited to 'packages/distcc/files/no-man.patch')
-rw-r--r-- | packages/distcc/files/no-man.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/distcc/files/no-man.patch b/packages/distcc/files/no-man.patch new file mode 100644 index 0000000000..ac1c18ac96 --- /dev/null +++ b/packages/distcc/files/no-man.patch @@ -0,0 +1,11 @@ +--- /tmp/Makefile.in 2008-01-06 16:44:45.696595605 +0100 ++++ distcc-2.18.3/Makefile.in 2008-01-06 16:44:56.879181132 +0100 +@@ -556,7 +556,7 @@ + # install-sh can't handle multiple arguments, but we don't need any + # tricky features so mkinstalldirs and cp will do + +-install: showpaths install-doc install-man install-programs install-example @INSTALL_GNOME@ ++install: showpaths install-doc install-programs install-example @INSTALL_GNOME@ + + install-programs: $(bin_PROGRAMS) + $(mkinstalldirs) $(DESTDIR)$(bindir) |