summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2023-11-01 10:50:55 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2023-11-01 10:50:55 +0300
commita976a11bf416436108dadba6b3ab7f50c069beeb (patch)
tree332e06ee61339c1f06bdaa5b36517f2a1a905989 /sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
parentsci-chemistry/gromacs: disable py3.9 (diff)
downloadgentoo-a976a11bf416436108dadba6b3ab7f50c069beeb.tar.gz
gentoo-a976a11bf416436108dadba6b3ab7f50c069beeb.tar.bz2
gentoo-a976a11bf416436108dadba6b3ab7f50c069beeb.zip
sci-chemistry/gromacs: add quotes for ${HOME}
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
index 6df45cd2e2cb..e052510b629f 100644
--- a/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
+++ b/sci-chemistry/gromacs/gromacs-2023.1-r1.ebuild
@@ -152,8 +152,8 @@ src_prepare() {
DOC_CONTENTS="Gromacs can use sci-chemistry/vmd to read additional file formats"
if use build-manual; then
# try to create policy for imagemagik
- mkdir -p ${HOME}/.config/ImageMagick
- cat >> ${HOME}/.config/ImageMagick/policy.xml <<- EOF
+ mkdir -p "${HOME}"/.config/ImageMagick
+ cat >> "${HOME}"/.config/ImageMagick/policy.xml <<- EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policymap [
<!ELEMENT policymap (policy)+>