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 61f71d5 commit a280da7Copy full SHA for a280da7
debian/rules
@@ -69,8 +69,6 @@ override_dh_auto_test-arch:
69
70
override_dh_auto_install-arch:
71
$(MAKE) install-nodoc V=1 DESTDIR=$(CURDIR)/debian/tmp
72
- # remove RPATH from tcltklib bindings
73
- chrpath --delete $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ruby/$(RUBY_API_VERSION)/tcltklib.so
74
# handle embedded copy of jquery
75
$(RM) $(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBY_API_VERSION)/rdoc/generator/template/darkfish/js/jquery.js
76
dh_link -plibruby$(RUBY_VERSION) /usr/share/javascript/jquery/jquery.min.js /usr/lib/ruby/$(RUBY_API_VERSION)/rdoc/generator/template/darkfish/js/jquery.js
0 commit comments