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.
1 parent 9c7b382 commit c99edaeCopy full SHA for c99edae
debian/rules
@@ -183,6 +183,7 @@ override_dh_install-arch:
183
find $(CURDIR)/debian/libruby$(RUBY_VERSION)/usr/lib/ruby/gems/$(RUBY_API_VERSION)/gems/ \
184
'(' -name \*.so -or -name \*.o ')' \
185
-delete
186
+ find $(CURDIR)/debian/ruby$(RUBY_VERSION)/usr/bin -name \*.lock -delete
187
188
override_dh_gencontrol:
189
./debian/genprovides $(CURDIR)/debian/libruby$(RUBY_VERSION)/usr/lib/ruby/gems/$(RUBY_API_VERSION)/specifications/ \
0 commit comments