X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-config%2Fcgts-client.inc;h=cab70520fc281caecae8f27e23c3017876554dee;hb=refs%2Fchanges%2F17%2F3717%2F1;hp=dcefd54b367bb94e6ad591319173af478bdc7146;hpb=80441e08b0bddb194312ba5da2100d019270b932;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-config/cgts-client.inc b/meta-stx/recipes-core/stx-config/cgts-client.inc index dcefd54..cab7052 100644 --- a/meta-stx/recipes-core/stx-config/cgts-client.inc +++ b/meta-stx/recipes-core/stx-config/cgts-client.inc @@ -42,10 +42,14 @@ do_compile_append() { do_install_append() { cd ${S}/sysinv/cgts-client/cgts-client distutils_do_install + + install -d -m 755 ${D}/${sysconfdir}/bash_completion.d + install -p -D -m 664 tools/system.bash_completion ${D}/${sysconfdir}/bash_completion.d/system.bash_completion } FILES_cgts-client = " \ ${bindir}/system \ + ${sysconfdir}/bash_completion.d/ \ ${PYTHON_SITEPACKAGES_DIR}/sysinv/ \ ${PYTHON_SITEPACKAGES_DIR}/cgtsclient/ \ ${PYTHON_SITEPACKAGES_DIR}/cgtsclient-*.egg-info \