diff options
author | Paul Healy <lmiphay@gmail.com> | 2017-02-25 15:07:51 +0000 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2017-02-25 15:07:51 +0000 |
commit | b8c4daf745c6c076a0f637c418c6ecb78a9f2e03 (patch) | |
tree | b8b04c8c1b114a955e111595e7c05d3c5e949d01 /app-portage | |
parent | use PN for bash completion name (diff) | |
download | lmiphay-b8c4daf745c6c076a0f637c418c6ecb78a9f2e03.tar.gz lmiphay-b8c4daf745c6c076a0f637c418c6ecb78a9f2e03.tar.bz2 lmiphay-b8c4daf745c6c076a0f637c418c6ecb78a9f2e03.zip |
switch back to oam for bash completion name
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoo-oam/gentoo-oam-9999.ebuild | 2 |
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 5b83cce..99420a4 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 "${PN}" + newbashcomp etc/bash.completion oam } src_test() { |