Module submission - ruby

Dave Brown dagbrown at lart.ca
Mon Feb 27 22:55:46 UTC 2006


module name       : ruby
suggested section : compilers
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n

For some reason, the default Ruby makefile doesn't install the
documentation when you say "make install"--you have to say "make
install-doc" for that.  So that's what this patch does.

Dave Brown

-------------- next part --------------
--- ruby/BUILD	2005-09-21 23:32:26.000000000 +0900
+++ ruby/BUILD	2006-02-28 07:55:33.000000000 +0900
@@ -2,6 +2,7 @@
 
   bad_flags -fomit-frame-pointer
   OPTS="$OPTS --enable-shared"
-  default_build
+  default_build &&
+  make install-doc
 
 ) > $C_FIFO 2>&1
-------------- next part --------------
lvu submit ruby 8d145338b0023ef51bad44b1c22c781f  -
2.6.11 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list