]> git.pld-linux.org Git - packages/vagrant.git/blame - source_root.patch
install keys, 1.2 depends on curl to downloads
[packages/vagrant.git] / source_root.patch
CommitLineData
1539a824
ER
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.244898 seconds and 4 git commands to generate.