summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-06-14 05:23:44 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-06-14 05:23:44 +0000
commitf1ff0744a0f31ee2b8d76209b0b03c3e3985ba6e (patch)
treec78ed17578269be119c72c63843e0ef32ef2ee4d /x11-wm
parentAdded support for grsec learning device, and changed default permissions on /... (diff)
downloadgentoo-2-f1ff0744a0f31ee2b8d76209b0b03c3e3985ba6e.tar.gz
gentoo-2-f1ff0744a0f31ee2b8d76209b0b03c3e3985ba6e.tar.bz2
gentoo-2-f1ff0744a0f31ee2b8d76209b0b03c3e3985ba6e.zip
Maybe Ill get this right
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4/xfce4-3.90.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4/xfce4-3.90.0.ebuild b/x11-wm/xfce4/xfce4-3.90.0.ebuild
index 448b9b2e70ce..22eee1b9d578 100644
--- a/x11-wm/xfce4/xfce4-3.90.0.ebuild
+++ b/x11-wm/xfce4/xfce4-3.90.0.ebuild
@@ -31,7 +31,8 @@ DEPEND=">=x11-libs/gtk+-2.0.6
src_install() {
dodir /etc/X11/Sessions
- echo startxfce4 > /etc/X11/Sessions/XFCE-4
+ echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4
+ chmod +755 ${D}/etc/X11/Sessions/XFCE-4
einfo "This is just a wrapper script to install all the components of Xfce4"
einfo "Use startxfce4 to initialize. You also might want to emerge the extras"