commit:     c660b3597c9b47d7e8697b1efdc8b409eeab1a65
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 22:19:27 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 22:19:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c660b359

sci-chemistry/gromacs: add missing trailing slashes

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sci-chemistry/gromacs/gromacs-2019.4.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/gromacs/gromacs-2019.4.ebuild 
b/sci-chemistry/gromacs/gromacs-2019.4.ebuild
index 826b0c785a4..07847d417d6 100644
--- a/sci-chemistry/gromacs/gromacs-2019.4.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2019.4.ebuild
@@ -291,14 +291,14 @@ src_install() {
                doins src/external/tng_io/include/tng/*h
        fi
        # drop unneeded stuff
-       rm "${ED}"usr/bin/GMXRC* || die
-       for x in "${ED}"usr/bin/gmx-completion-*.bash ; do
+       rm "${ED}"/usr/bin/GMXRC* || die
+       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.bash "$x" > "${T}/${n}" || 
die
                newbashcomp "${T}"/"${n}" "${n}"
        done
-       rm "${ED}"usr/bin/gmx-completion*.bash || die
+       rm "${ED}"/usr/bin/gmx-completion*.bash || die
        readme.gentoo_create_doc
 }
 

Reply via email to