projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf317d
)
dev-util/packer: clean up zsh completion
author
Dan Molik
<dan@danmolik.com>
Tue, 16 Jul 2019 17:38:12 +0000
(13:38 -0400)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 18 Jul 2019 07:13:52 +0000
(09:13 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Dan Molik <dan@danmolik.com>
Tested-by: Dan Molik <dan@danmolik.com>
Closes: https://github.com/gentoo/gentoo/pull/12416
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/packer/packer-1.4.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/packer/packer-1.4.1.ebuild
b/dev-util/packer/packer-1.4.1.ebuild
index f0bba724a79db8e8e8f10b6e29ffb38239586ac8..b5901c6d82a379b10bc869133d038938c57da2d1 100644
(file)
--- a/
dev-util/packer/packer-1.4.1.ebuild
+++ b/
dev-util/packer/packer-1.4.1.ebuild
@@
-30,8
+30,6
@@
src_install() {
einstalldocs
- pushd "src/${EGO_PN}" || die
insinto /usr/share/zsh/site-functions
- doins contrib/zsh-completion/_packer
- popd || die
+ doins src/${EGO_PN}/contrib/zsh-completion/_packer
}