diff options
author | 2012-03-04 14:32:50 +0000 | |
---|---|---|
committer | 2012-03-04 14:32:50 +0000 | |
commit | c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d (patch) | |
tree | 04c9374a629444a8d45967412c1eb2dd381c1e73 /dev-lang/ghc/ghc-7.4.1.ebuild | |
parent | Fix typo in mozconfig-3.eclass, bug #406463 (diff) | |
download | gentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.tar.gz gentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.tar.bz2 gentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.zip |
Fix QA Notice: dobashcompletion: command not found
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-7.4.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-7.4.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/ghc/ghc-7.4.1.ebuild b/dev-lang/ghc/ghc-7.4.1.ebuild index ca642085fc84..79ff941cb628 100644 --- a/dev-lang/ghc/ghc-7.4.1.ebuild +++ b/dev-lang/ghc/ghc-7.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v 1.1 2012/03/04 05:49:54 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v 1.2 2012/03/04 14:32:50 gienah Exp $ # Brief explanation of the bootstrap logic: # @@ -525,7 +525,7 @@ src_install() { dodoc "${S}/README" "${S}/ANNOUNCE" "${S}/LICENSE" "${S}/VERSION" - dobashcompletion "${FILESDIR}/ghc-bash-completion" + dobashcomp "${FILESDIR}/ghc-bash-completion" fi @@ -567,8 +567,6 @@ pkg_postinst() { ewarn "\e[1;31m************************************************************************\e[0m" ewarn fi - - bash-completion_pkg_postinst } pkg_prerm() { |