network/rubygem-showterm: Modified SlackBuild for ruby-2.2.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
db794b55b5
commit
30ff7640d8
|
@ -56,7 +56,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -78,8 +78,7 @@ path = sprintf("%s/%s/gems/%s",
|
|||
c["libdir"],
|
||||
c["RUBY_INSTALL_NAME"],
|
||||
c["ruby_version"])
|
||||
sys_gemspecs = Dir.glob(path + "/specifications/*").map {|g| gs = Gem::Specification.load(g); gs.name
|
||||
}
|
||||
sys_gemspecs = Dir.glob(path + "/specifications/**/*.gemspec").map {|g| gs = Gem::Specification.load(g); gs.name }
|
||||
obj = Gem::Specification.from_yaml($stdin)
|
||||
obj.dependencies.each {|dep|
|
||||
if not(dep.type == :runtime)
|
||||
|
|
Loading…
Reference in New Issue