Skip to content

Commit

Permalink
dev-lang/ghc: added bash-completion by Lennart
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed Jan 3, 2015
1 parent 611b37f commit d6f6334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-lang/ghc/ghc-7.10.1_rc1.ebuild
Expand Up @@ -524,8 +524,8 @@ src_install() {
echo "${GHC_PV}" > "${S}/VERSION" \
|| die "Could not create file ${S}/VERSION"
fi
newbashcomp "${FILESDIR}/ghc-bash-completion" ghc-pkg

newbashcomp "${FILESDIR}"/ghc-bash-completion ghc-pkg
newbashcomp utils/completion/ghc.bash ghc
fi

# path to the package.cache
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/ghc/ghc-9999.ebuild
Expand Up @@ -573,8 +573,8 @@ src_install() {
# remove link, but leave 'haddock-${GHC_P}'
rm -f "${ED}"/usr/bin/haddock

dobashcomp "${FILESDIR}/ghc-bash-completion"

newbashcomp "${FILESDIR}"/ghc-bash-completion ghc-pkg
newbashcomp utils/completion/ghc.bash ghc
fi

# path to the package.cache
Expand Down

0 comments on commit d6f6334

Please sign in to comment.