fix pkg bin

This commit is contained in:
David Dollar
2011-09-12 19:07:25 -04:00
parent 51376058d4
commit ec7f4a480d

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env ruby
#!/usr/bin/ruby
require "pathname"
bin_file = Pathname.new(__FILE__).realpath
gem_dir = File.expand_path("../vendor/gems", bin_file)
gem_dir = File.expand_path("../../vendor/gems", bin_file)
Dir["#{gem_dir}/**/lib"].each do |libdir|
$:.unshift libdir
end