diff options
Diffstat (limited to 'sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch')
-rw-r--r-- | sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch b/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch new file mode 100644 index 000000000000..acd94fc39abe --- /dev/null +++ b/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch @@ -0,0 +1,14 @@ +--- librtas-2.0.0.orig/Makefile 2006-02-15 14:29:36.000000000 -0600 ++++ librtas-2.0.0/Makefile 2006-02-16 16:14:48.000000000 -0600 +@@ -15,11 +15,9 @@ + @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) + + install: all +- @$(call install_doc,$(FILES),$(DESTDIR)) + @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) + + uninstall: +- @$(call uninstall_doc,$(FILES),$(DESTDIR)) + @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) + + rpm: all |