summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-06-08 21:50:04 +0200
committerSam James <sam@gentoo.org>2022-06-16 17:30:32 +0100
commit035d812e10b8a88fed4e0e7294f0dd3d3790f861 (patch)
treef1f5762f5841dbbd73409ef7b040e1df75223ab2
parentgames-emulation/mgba: fix unquoted variable BUILD_DIR (diff)
downloadgentoo-035d812e10b8a88fed4e0e7294f0dd3d3790f861.tar.gz
gentoo-035d812e10b8a88fed4e0e7294f0dd3d3790f861.tar.bz2
gentoo-035d812e10b8a88fed4e0e7294f0dd3d3790f861.zip
gnome-base/gdm: quote variable EROOT
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--gnome-base/gdm/gdm-42.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gdm/gdm-42.0.ebuild b/gnome-base/gdm/gdm-42.0.ebuild
index 7a16387075ff..d6c9b14f6f70 100644
--- a/gnome-base/gdm/gdm-42.0.ebuild
+++ b/gnome-base/gdm/gdm-42.0.ebuild
@@ -196,7 +196,7 @@ pkg_postinst() {
# bug #669146; gdm may crash if /var/lib/gdm subdirs are not owned by gdm:gdm
ret=0
- ebegin "Fixing "${EROOT}"/var/lib/gdm ownership"
+ ebegin "Fixing ${EROOT}/var/lib/gdm ownership"
chown --no-dereference gdm:gdm "${EROOT}/var/lib/gdm" || ret=1
for d in "${EROOT}/var/lib/gdm/"{.cache,.color,.config,.dbus,.local}; do
[[ ! -e "${d}" ]] || chown --no-dereference -R gdm:gdm "${d}" || ret=1