Files
pkgsrc-ng/lang/ruby22-base/patches/patch-tool_rbinstall.rb
2016-01-21 23:40:00 +01:00

16 lines
553 B
Ruby

$NetBSD: patch-tool_rbinstall.rb,v 1.1 2015/03/08 16:24:55 taca Exp $
* Don't install which has already ${RUBY_VER} suffix.
--- tool/rbinstall.rb.orig 2014-10-14 12:39:17.000000000 +0000
+++ tool/rbinstall.rb
@@ -215,7 +215,7 @@ def install_recursive(srcdir, dest, opti
end
end
end
- skip |= %w"#*# *~ *.old *.bak *.orig *.rej *.diff *.patch *.core"
+ skip |= %w"#*# *~ *.old *.bak *.orig *.rej *.diff *.patch *.core *220"
prune = path_matcher(prune)
skip = path_matcher(skip)
File.directory?(srcdir) or return rescue return