From 6732c807534cdeb7384a498f98749d5e57c3bc8c Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Fri, 3 Jan 2020 19:57:34 +0300 Subject: [PATCH] sci-chemistry/gromacs: Fix bashcomp install Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov --- sci-chemistry/gromacs/gromacs-2020.9999.ebuild | 2 +- sci-chemistry/gromacs/gromacs-2020.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild index 859628fa1073..293e52098377 100644 --- a/sci-chemistry/gromacs/gromacs-2020.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.9999.ebuild @@ -318,7 +318,7 @@ src_install() { for x in "${ED}"/usr/bin/gmx-completion-*.bash ; do local n=${x##*/gmx-completion-} n="${n%.bash}" - cat "${ED}"/usr/bin/gmx-completion.bash "$x" > "${T}/${n}" || die + cat "${ED}"/usr/bin/gmx-completion-gmx.bash "$x" > "${T}/${n}" || die newbashcomp "${T}"/"${n}" "${n}" done rm "${ED}"/usr/bin/gmx-completion*.bash || die diff --git a/sci-chemistry/gromacs/gromacs-2020.ebuild b/sci-chemistry/gromacs/gromacs-2020.ebuild index 859628fa1073..293e52098377 100644 --- a/sci-chemistry/gromacs/gromacs-2020.ebuild +++ b/sci-chemistry/gromacs/gromacs-2020.ebuild @@ -318,7 +318,7 @@ src_install() { for x in "${ED}"/usr/bin/gmx-completion-*.bash ; do local n=${x##*/gmx-completion-} n="${n%.bash}" - cat "${ED}"/usr/bin/gmx-completion.bash "$x" > "${T}/${n}" || die + cat "${ED}"/usr/bin/gmx-completion-gmx.bash "$x" > "${T}/${n}" || die newbashcomp "${T}"/"${n}" "${n}" done rm "${ED}"/usr/bin/gmx-completion*.bash || die -- 2.26.2