summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild')
-rw-r--r--x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild b/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
index 1657b27c..5b5ba3a7 100644
--- a/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
+++ b/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
@@ -8,6 +8,7 @@ inherit autotools eutils pam readme.gentoo systemd versionator
TRUNK_VERSION="$(get_version_component_range 1-2)"
REAL_PN="${PN/-base}"
REAL_P="${P/-base}"
+MY_PN="lightdm"
DESCRIPTION="A lightweight display manager, base libraries and programs"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM"
SRC_URI="http://launchpad.net/${REAL_PN}/${TRUNK_VERSION}/${PV}/+download/${REAL_P}.tar.xz
@@ -44,7 +45,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/${MY_PN}/Xsession@" \
data/lightdm.conf || die "Failed to fix lightdm.conf"
epatch_user