From: Alexey Shvetsov Date: Fri, 3 Jan 2020 16:57:34 +0000 (+0300) Subject: sci-chemistry/gromacs: Fix bashcomp install X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6732c807534cdeb7384a498f98749d5e57c3bc8c;p=gentoo.git sci-chemistry/gromacs: Fix bashcomp install Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov --- 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