summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lightdm/lightdm-0.9.5.ebuild')
-rw-r--r--x11-misc/lightdm/lightdm-0.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/lightdm/lightdm-0.9.5.ebuild b/x11-misc/lightdm/lightdm-0.9.5.ebuild
index df606ea..8b2eb6f 100644
--- a/x11-misc/lightdm/lightdm-0.9.5.ebuild
+++ b/x11-misc/lightdm/lightdm-0.9.5.ebuild
@@ -83,9 +83,9 @@ src_install() {
insinto /etc/${PN}/
doins "${WORKDIR}"/${PN}-gtk-greeter.conf
if use branding; then
- insinto /usr/share/themes/Adwaita/backgrounds/
+ insinto /usr/share/${PN}/backgrounds/
doins "${WORKDIR}"/gentoo1024x768.png
- sed -i -e "/background/s:stripes.jpg:gentoo1024x768.png:" \
+ sed -i -e "/background/s:=.*:=/usr/share/${PN}/backgrounds/gentoo1024x768.png:" \
"${D}"/etc/${PN}/${PN}-gtk-greeter.conf || die
fi
fi