summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lightdm/lightdm-1.21.0-r1.ebuild (renamed from x11-misc/lightdm/lightdm-1.21.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/lightdm/lightdm-1.21.0.ebuild b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
index 22ff7e282af6..be7ace1a96d3 100644
--- a/x11-misc/lightdm/lightdm-1.21.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.21.0-r1.ebuild
@@ -57,7 +57,7 @@ src_prepare() {
einfo "Fixing the session-wrapper variable in lightdm.conf"
sed -i -e \
- "/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
+ "/^#session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
data/lightdm.conf || die "Failed to fix lightdm.conf"
# use correct version of qmake. bug #566950