Changes of Revision 6
[-] [+] | Changed | vmware-vmwarerc.patch |
@@ -1,12 +1,10 @@ --- share/vmwarerc.orig 2011-04-14 16:20:37.000000000 +0200 -+++ share/vmwarerc 2011-07-09 01:47:43.101155069 +0200 -@@ -30,7 +30,15 @@ ++++ share/vmwarerc 2011-07-09 10:55:19.021412594 +0200 +@@ -30,7 +30,13 @@ # Loading the vmware library for mads # Please leave this uncommented -load ENV['ONE_LOCATION'] + "/lib/ruby/vmwarelib.rb" -+ONE_LOCATION=ENV["ONE_LOCATION"] -+ +if !ONE_LOCATION + VMWARELIB = "/usr/lib/one/ruby/vmwarelib.rb" +else |