Fix the bindir path

It looks the bindir should be "/usr/local/libexec/kuryr" instead.

Closes-Bug: #1970217
Change-Id: I92cb41bf22e28cbbeb9e88699432dbfadef86107
This commit is contained in:
Hongbin Lu 2022-04-25 13:36:34 +00:00
parent 9408478444
commit 9cc51ae2c8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function configure_kuryr {
# main loop
if is_service_enabled kuryr-libnetwork; then
DISTRO_DISTUTILS_DATA_PATH=$(python3 -c "import distutils.dist;import distutils.command.install;inst = distutils.command.install.install(distutils.dist.Distribution());inst.finalize_options();print(inst.install_data)")
DISTRO_DISTUTILS_DATA_PATH=$(python3 -c "import distutils.dist;import distutils.command.install;inst = distutils.command.install.install(distutils.dist.Distribution());inst.finalize_options();print(inst.install_data)")/local
if [[ "$1" == "stack" && "$2" == "install" ]]; then
# Install kuryr-lib from git so we make sure we're testing
# the latest code.