We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbf839e + d64885a commit c6a8969Copy full SHA for c6a8969
debian/rules
@@ -17,7 +17,7 @@ export RUBY_VERSION := $(patsubst ruby%,%,$(SOURCE))
17
export RUBY_API_VERSION := $(RUBY_VERSION).0
18
19
# 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)
+baseruby=$(shell test -x /usr/bin/ruby && ruby -rrubygems/security -e0 2>/dev/null && echo /usr/bin/ruby || echo /usr/bin/ruby2.0)
21
22
configure_options += --enable-multiarch
23
configure_options += --target=$(DEB_HOST_MULTIARCH)
0 commit comments