diff --git a/Makefile b/Makefile index c1cb35c..12c1add 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BUNDLE_OPTS = --verbose --without='development test cucumber' all: bundle install $(BUNDLE_OPTS) --local --deployment grep -rl '/usr/local/bin/ruby' vendor/bundle/ruby/gems/*/ | xargs --no-run-if-empty sed -i -e '1,2 s|.*|#!/usr/bin/env ruby|' - + grep -rl '/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby' vendor/bundle/ruby/gems/*/bin | xargs --no-run-if-empty sed -i -e '1 s|.*|#!/usr/bin/env ruby|' dist: $(TARBALL) $(TARBALL): -- libgit2 0.21.2