1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Add ruby/opennebula/flow to LIB_OCA_CLIENT_DIRS instead of RUBY_OPENNEBULA_LIB_FLOW_FILES

(cherry picked from commit 1f1c4b80dd83f0e5741decb48415e40ff0fb2dd4)
(cherry picked from commit 3cd2f47bc545ef712fa5679c361e88ac11f55f80)
(cherry picked from commit 07be714219af3e448e10b09d336831176da4804b)
This commit is contained in:
Dan Higham 2021-11-04 10:49:04 -07:00 committed by Ruben S. Montero
parent 08176d4f8e
commit bbf47b6d78
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -540,7 +540,8 @@ ONEFLOW_DIRS="$ONEFLOW_LOCATION/lib \
$ONEFLOW_LOCATION/lib/models"
LIB_OCA_CLIENT_DIRS="$LIB_LOCATION/ruby \
$LIB_LOCATION/ruby/opennebula"
$LIB_LOCATION/ruby/opennebula \
$LIB_LOCATION/ruby/opennebula/flow"
LIB_CLI_CLIENT_DIRS="$LIB_LOCATION/ruby/cli \
$LIB_LOCATION/ruby/cli/one_helper"