]> git.pld-linux.org Git - packages/vagrant.git/blob - source_root.patch
requires ruby-json (either bundled or separate, both are fine)
[packages/vagrant.git] / source_root.patch
1 --- vagrant-1.2.1/lib/vagrant.rb~       2013-04-17 07:29:18.000000000 +0300
2 +++ vagrant-1.2.1/lib/vagrant.rb        2013-04-21 01:34:14.000000000 +0300
3 @@ -114,6 +114,7 @@
4    # The source root is the path to the root directory of
5    # the Vagrant gem.
6    def self.source_root
7 +    @source_root ||= Pathname.new('/usr/share/vagrant')
8      @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
9    end
10  
This page took 0.065525 seconds and 3 git commands to generate.