mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: Fix oneprovision LIB_LOCATION if ONE_LOCATION (#4228)
(cherry picked from commit 7ae7941daf38f93ccbbd79891af2c5deb35d0609)
This commit is contained in:
parent
64d0b91899
commit
3f380d72c6
@ -25,7 +25,7 @@ if !ONE_LOCATION
|
||||
REMOTES_LOCATION = '/var/lib/one/remotes'
|
||||
ANSIBLE_LOCATION = '/usr/share/one/oneprovision/ansible'
|
||||
else
|
||||
LIB_LOCATION = ONE_LOCATION + '/usr/lib/one'
|
||||
LIB_LOCATION = ONE_LOCATION + '/lib'
|
||||
RUBY_LIB_LOCATION = ONE_LOCATION + '/lib/ruby'
|
||||
GEMS_LOCATION = ONE_LOCATION + '/share/gems'
|
||||
REMOTES_LOCATION = ONE_LOCATION + '/var/remotes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user