net-misc/dropbox-cli: fix installing bash-completion file

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
Andrey Grozin
2020-04-24 10:10:14 +07:00
parent 895bbb1c02
commit 24483affb6

View File

@@ -27,5 +27,5 @@ S=${WORKDIR}
src_install() {
newbin ${P}.py ${PN}
python_replicate_script "${D}"/usr/bin/${PN}
newbashcomp "${FILESDIR}"/${P}-completion ${PN}
newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
}