summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-10-03 00:19:27 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-10-03 00:19:27 +0200
commitc660b3597c9b47d7e8697b1efdc8b409eeab1a65 (patch)
treea9555c959e60e224f75437ea49cdb0cbaaaafa54 /sci-chemistry
parentsys-fs/multipath-tools: bump to v0.8.3 (diff)
downloadgentoo-c660b3597c9b47d7e8697b1efdc8b409eeab1a65.tar.gz
gentoo-c660b3597c9b47d7e8697b1efdc8b409eeab1a65.tar.bz2
gentoo-c660b3597c9b47d7e8697b1efdc8b409eeab1a65.zip
sci-chemistry/gromacs: add missing trailing slashes
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/gromacs-2019.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2019.4.ebuild b/sci-chemistry/gromacs/gromacs-2019.4.ebuild
index 826b0c785a4f..07847d417d66 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
}