X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-devtools%2Fpython%2Fpython-cinderclient_git.bb;h=412b819a82b222853415250ef880475370ffc8ff;hb=a50f9e49d1f9a53ff6bd35526a8d1ef4e6a034bc;hp=3d431d57a3a5a9c69cd53f946c7ffbf5e2cdf38a;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-devtools/python/python-cinderclient_git.bb b/meta-stx/recipes-devtools/python/python-cinderclient_git.bb index 3d431d5..412b819 100644 --- a/meta-stx/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-stx/recipes-devtools/python/python-cinderclient_git.bb @@ -56,8 +56,10 @@ RDEPENDS_${PN} += " \ do_install_append() { - : + install -d -m 755 ${D}/${sysconfdir}/bash_completion.d + install -p -D -m 664 tools/cinder.bash_completion ${D}/${sysconfdir}/bash_completion.d/cinder.bash_completion } FILES_${PN} += " \ + ${sysconfdir}/bash_completion.d/ \ "