summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-11-18 12:59:39 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-11-18 12:59:53 +0100
commit00975ee34b9971305bd209cc78ae6b7e5027a77c (patch)
tree1be23f4ae38ed34e098960a9d37e036f33dec120 /x11-misc/lightdm
parentAdd the missing package.mask (diff)
downloadgentoo-00975ee34b9971305bd209cc78ae6b7e5027a77c.tar.gz
gentoo-00975ee34b9971305bd209cc78ae6b7e5027a77c.tar.bz2
gentoo-00975ee34b9971305bd209cc78ae6b7e5027a77c.zip
x11-misc/lightdm: Revbump to fix session-wrapper sed magic for lightdm.conf.
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-misc/lightdm')
-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