[Lunar-commits] <moonbase-other> ruby: Adjusting the BUILD, some apps look for ruby.pc like graphviz.

Dennis Veatch dennisveatch at bellsouth.net
Thu Sep 4 18:06:56 CEST 2014


commit 2c91263a99a158f2b246074d17c3e638caf64773
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 04 Sep 2014 12:06:29 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/2c91263a99a158f2b246074d17c3e638caf64773

ruby: Adjusting the BUILD, some apps look for ruby.pc like graphviz.
---
  compilers/ruby/BUILD | +3/-3     
  1 file changed, 3 insertions(+), 3 deletions(-)

--- a/compilers/ruby/BUILD
+++ b/compilers/ruby/BUILD
@@ -1,4 +1,3 @@
-(
 
   bad_flags -fomit-frame-pointer &&
 
@@ -6,6 +5,7 @@
 
   default_build  &&
 
-  make install-doc
+  make install-doc &&
 
-) > $C_FIFO 2>&1
+# Some apps look for ruby.pc like graphviz
+  ln -sf /usr/lib/pkgconfig/ruby-`lvu version ruby | cut -c 1-3`.pc /usr/lib/pkgconfig/ruby.pc




More information about the Lunar-commits mailing list