[Lunar-commits] <moonbase-other> ruby: simplify ruby.pc ln & change UPDATED

v4hn me at v4hn.de
Thu Sep 4 18:47:09 CEST 2014


commit 8522372aa8327efa991bbcc728a0a12d06a42172
Author: v4hn <me at v4hn.de>
Date: Thu, 04 Sep 2014 18:46:25 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/8522372aa8327efa991bbcc728a0a12d06a42172

ruby: simplify ruby.pc ln & change UPDATED

Make sure everyone has ruby.pc around
---
  compilers/ruby/BUILD   | +1/-1     
  compilers/ruby/DETAILS | +1/-1     
  2 files changed, 2 insertions(+), 2 deletions(-)

--- a/compilers/ruby/BUILD
+++ b/compilers/ruby/BUILD
@@ -8,4 +8,4 @@
   make install-doc &&
 
 # 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
+  ln -sf ruby-${VERSION%.*}.pc /usr/lib/pkgconfig/ruby.pc
--- a/compilers/ruby/DETAILS
+++ b/compilers/ruby/DETAILS
@@ -7,7 +7,7 @@
       SOURCE_VFY=sha1:29a615966c7feb6554be736e7dcd590c770ee692
         WEB_SITE=http://www.ruby-lang.org/en
          ENTERED=20020106
-         UPDATED=20140510
+         UPDATED=20140904
            SHORT="A scripting language"
 
 cat << EOF




More information about the Lunar-commits mailing list