From d5b5dcc1bc1ad03608df3a7cc8e81e4dd12fdd00 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 21 Apr 2017 13:05:56 +0200 Subject: [PATCH] Fix minor bug when getting libopenvim path Change-Id: Id46083c9dff2e5abe58a5a19918c84ed7abdab75 Signed-off-by: garciadeblas --- scripts/install-openmano.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 2382f58e..3492bcd2 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -251,7 +251,7 @@ su $SUDO_USER -c "git -C ${OPENMANO_BASEFOLDER} clone ${GIT_OVIM_URL} openvim" [ "$_DISTRO" == "Ubuntu" ] && install_packages "libmysqlclient-dev" [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "libmysqlclient-dev" #TODO check if that's the name in CentOS and RedHat make -C ${OPENMANO_BASEFOLDER}/openvim lite -OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]' +OSMLIBOVIM_PATH=`python -c 'import lib_osm_openvim; print lib_osm_openvim.__path__[0]'` if [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] then -- 2.25.1