diff options
author | Brent Baude <ranger@gentoo.org> | 2007-05-29 17:02:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2007-05-29 17:02:47 +0000 |
commit | 66d69b80116872e8ac7350f2dfffd6618f33be25 (patch) | |
tree | c6af4a7f3e517c01c4f845b475bcdf681e92a273 /sys-libs/librtas/files | |
parent | Fix locale.alias collision, bug #180099 (diff) | |
download | gentoo-2-66d69b80116872e8ac7350f2dfffd6618f33be25.tar.gz gentoo-2-66d69b80116872e8ac7350f2dfffd6618f33be25.tar.bz2 gentoo-2-66d69b80116872e8ac7350f2dfffd6618f33be25.zip |
Updated 1.3.1 patch and ebuild for good measure.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs/librtas/files')
-rw-r--r-- | sys-libs/librtas/files/librtas-1.3.1-remove-doc.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-libs/librtas/files/librtas-1.3.1-remove-doc.patch b/sys-libs/librtas/files/librtas-1.3.1-remove-doc.patch index 3c752425b428..f1f717ac65ae 100644 --- a/sys-libs/librtas/files/librtas-1.3.1-remove-doc.patch +++ b/sys-libs/librtas/files/librtas-1.3.1-remove-doc.patch @@ -1,14 +1,14 @@ --- librtas-1.3.1.orig/Makefile 2007-04-12 15:01:01.000000000 -0500 -+++ librtas-1.3.1/Makefile 2007-05-29 09:49:24.000000000 -0500 -@@ -16,11 +16,9 @@ ++++ librtas-1.3.1/Makefile 2007-05-29 11:55:54.000000000 -0500 +@@ -15,11 +15,9 @@ + @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) install: - @$(call install_doc,$(FILES),$(DESTDIR)) -- @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) +- @$(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;) +- @$(call uninstall_doc,$(FILES),$(DESTDIR)) + @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) rpm: all - @echo "Creating rpm..." |