Skip to content

Commit 3d3df5a

Browse files
committed
We're on release tarball, stop downloading gems
1 parent 6c17d91 commit 3d3df5a

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
@@ -69,7 +69,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
6969
endif
7070

7171
override_dh_auto_install-arch:
72-
$(MAKE) update-gems extract-gems
72+
$(MAKE) extract-gems
7373
$(MAKE) install-nodoc V=1 DESTDIR=$(CURDIR)/debian/tmp
7474
# handle embedded copy of jquery
7575
$(RM) $(CURDIR)/debian/tmp/usr/lib/ruby/$(RUBY_API_VERSION)/rdoc/generator/template/darkfish/js/jquery.js

0 commit comments

Comments
 (0)