X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-devtools%2Fpython%2Fpython-glanceclient_git.bb;h=6d7f812dc23d703ded65d7a114040edc0235f4ce;hb=2a30b5879253230bbfd6ef75403b27972e0b498f;hp=39d09aa5324d805bf2c45ac2aac3c67cf0cb8104;hpb=d799aa19a2de0c8599c67ae00a1a587743a2e031;p=pti%2Frtp.git diff --git a/meta-stx/recipes-devtools/python/python-glanceclient_git.bb b/meta-stx/recipes-devtools/python/python-glanceclient_git.bb index 39d09aa..6d7f812 100644 --- a/meta-stx/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-stx/recipes-devtools/python/python-glanceclient_git.bb @@ -55,8 +55,11 @@ RDEPENDS_${PN} += " \ do_install_append() { - : + install -d -m 755 ${D}/${sysconfdir}/bash_completion.d + install -p -D -m 664 tools/glance.bash_completion ${D}/${sysconfdir}/bash_completion.d/glance + } FILES_${PN} += " \ + ${sysconfdir}/bash_completion.d/ \ "