Skip to content

Commit c6a8969

Browse files
committed
Merge branch 'master' into master-2.3
2 parents bbf839e + d64885a commit c6a8969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export RUBY_VERSION := $(patsubst ruby%,%,$(SOURCE))
1717
export RUBY_API_VERSION := $(RUBY_VERSION).0
1818

1919
# Gem::Security is required, so use ruby 2.0 or later
20-
baseruby=$(shell test -x /usr/bin/ruby && ruby -rgem/security -e0 2>/dev/null && echo /usr/bin/ruby || echo /usr/bin/ruby2.0)
20+
baseruby=$(shell test -x /usr/bin/ruby && ruby -rrubygems/security -e0 2>/dev/null && echo /usr/bin/ruby || echo /usr/bin/ruby2.0)
2121

2222
configure_options += --enable-multiarch
2323
configure_options += --target=$(DEB_HOST_MULTIARCH)

0 commit comments

Comments
 (0)