1
0
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:
Vlastimil Holer 2020-02-20 15:27:11 +01:00 committed by Ruben S. Montero
parent 64d0b91899
commit 3f380d72c6
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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'