summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2020-01-03 19:57:34 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2020-01-03 19:57:46 +0300
commit6732c807534cdeb7384a498f98749d5e57c3bc8c (patch)
tree1971d2e31d511d201024192ea05e30fcaa8ab22c /sci-chemistry
parentprofiles/package.mask: Mask x11-themes/skinenigmang-logos for removal (diff)
downloadgentoo-6732c807534cdeb7384a498f98749d5e57c3bc8c.tar.gz
gentoo-6732c807534cdeb7384a498f98749d5e57c3bc8c.tar.bz2
gentoo-6732c807534cdeb7384a498f98749d5e57c3bc8c.zip
sci-chemistry/gromacs: Fix bashcomp install
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/gromacs-2020.9999.ebuild2
-rw-r--r--sci-chemistry/gromacs/gromacs-2020.ebuild2
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