summaryrefslogtreecommitdiff
path: root/x11-misc/lightdm-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-06-30 21:12:35 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-06-30 21:12:35 +0100
commita39b18b621472205b9f06bb6def43014c25ab5fe (patch)
tree349ef48cb059e279047c01a3475eba92fa2baa34 /x11-misc/lightdm-base
parent20683dd8ae30816040cccff8ca8dd8db32bdad29 (diff)
parentf8cb9b6e71fdfa21c96650bb1bf62b001cef3655 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'x11-misc/lightdm-base')
-rw-r--r--x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild7
-rw-r--r--x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild6
2 files changed, 12 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 ca1c16e7..1657b27c 100644
--- a/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
+++ b/x11-misc/lightdm-base/lightdm-base-1.12.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://launchpad.net/${REAL_PN}/${TRUNK_VERSION}/${PV}/+download/${REAL
LICENSE="GPL-3 LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="+introspection"
S="${WORKDIR}/${REAL_P}"
@@ -105,4 +105,9 @@ src_install() {
readme.gentoo_create_doc
systemd_dounit "${FILESDIR}/${REAL_PN}.service"
+ if [[ -d ${D}/etc/lightdm-base ]] ; then
+ ewarn "The directory exists."
+ else
+ dosym /etc/lightdm /etc/"${PN}"
+ fi
}
diff --git a/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild b/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
index ca1c16e7..5055d565 100644
--- a/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
+++ b/x11-misc/lightdm-base/lightdm-base-1.12.3.ebuild
@@ -105,4 +105,10 @@ src_install() {
readme.gentoo_create_doc
systemd_dounit "${FILESDIR}/${REAL_PN}.service"
+
+ if [[ -d ${D}/etc/lightdm-base ]] ; then
+ ewarn "The directory exists."
+ else
+ dosym /etc/lightdm /etc/"${PN}"
+ fi
}