diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-01 08:07:59 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-01 08:07:59 +0000 |
commit | c5d67da6af815ce8c23ff4b558e202ea2323040d (patch) | |
tree | 2c897ebf188520675d1c642616265c4dda7d58ef /dev-lang/ruby-cvs/files | |
parent | Added patches for a couple bugs to close bug #62386. Thanks to Alan Swanson ... (diff) | |
download | gentoo-2-c5d67da6af815ce8c23ff4b558e202ea2323040d.tar.gz gentoo-2-c5d67da6af815ce8c23ff4b558e202ea2323040d.tar.bz2 gentoo-2-c5d67da6af815ce8c23ff4b558e202ea2323040d.zip |
Fixed build failure when installing ruby +doc for the first time. Thanks to Phil Pennock <gentoo@spodhuis.demon.nl>, closing bug #62369.
Diffstat (limited to 'dev-lang/ruby-cvs/files')
-rw-r--r-- | dev-lang/ruby-cvs/files/ruby-rdoc-gentoo.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/ruby-cvs/files/ruby-rdoc-gentoo.diff b/dev-lang/ruby-cvs/files/ruby-rdoc-gentoo.diff new file mode 100644 index 000000000000..578eef9d11b7 --- /dev/null +++ b/dev-lang/ruby-cvs/files/ruby-rdoc-gentoo.diff @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2004-08-31 23:07:04.000000000 +0900 ++++ Makefile.in 2004-08-31 23:07:04.000000000 +0900 +@@ -151,7 +151,7 @@ + + install-doc: + @echo Generating RDoc documentation +- $(bindir)/$(PROGRAM) $(srcdir)/bin/rdoc --all --ri-system $(srcdir) ++ $(DESTDIR)$(bindir)/$(PROGRAM) $(srcdir)/bin/rdoc --all --ri-system $(srcdir) + + clean-ext: + @-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(SCRIPT_ARGS) clean 2> /dev/null || true |