Skip to content

Commit c99edae

Browse files
terceirosorah
authored andcommitted
debian/rules: prevent installation of lock files into /usr/bin
1 parent 9c7b382 commit c99edae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ override_dh_install-arch:
183183
find $(CURDIR)/debian/libruby$(RUBY_VERSION)/usr/lib/ruby/gems/$(RUBY_API_VERSION)/gems/ \
184184
'(' -name \*.so -or -name \*.o ')' \
185185
-delete
186+
find $(CURDIR)/debian/ruby$(RUBY_VERSION)/usr/bin -name \*.lock -delete
186187

187188
override_dh_gencontrol:
188189
./debian/genprovides $(CURDIR)/debian/libruby$(RUBY_VERSION)/usr/lib/ruby/gems/$(RUBY_API_VERSION)/specifications/ \

0 commit comments

Comments
 (0)