aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2017-02-25 15:07:17 +0000
committerPaul Healy <lmiphay@gmail.com>2017-02-25 15:07:17 +0000
commit20c2e305ee6d51ba13553ca8f347619e67423a67 (patch)
tree184a4cc6b20ea3669ac8d555e38da58e9818291a /app-portage
parentupdate manifest for nowdock (diff)
downloadlmiphay-20c2e305ee6d51ba13553ca8f347619e67423a67.tar.gz
lmiphay-20c2e305ee6d51ba13553ca8f347619e67423a67.tar.bz2
lmiphay-20c2e305ee6d51ba13553ca8f347619e67423a67.zip
use PN for bash completion name
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoo-oam/gentoo-oam-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/gentoo-oam/gentoo-oam-9999.ebuild b/app-portage/gentoo-oam/gentoo-oam-9999.ebuild
index 99420a4..5b83cce 100644
--- a/app-portage/gentoo-oam/gentoo-oam-9999.ebuild
+++ b/app-portage/gentoo-oam/gentoo-oam-9999.ebuild
@@ -58,7 +58,7 @@ src_install() {
emake DESTDIR="${D}" install
dodoc ${DOCS}
distutils-r1_src_install
- newbashcomp etc/bash.completion oam
+ newbashcomp etc/bash.completion "${PN}"
}
src_test() {