diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-14 05:23:44 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-06-14 05:23:44 +0000 |
commit | f1ff0744a0f31ee2b8d76209b0b03c3e3985ba6e (patch) | |
tree | c78ed17578269be119c72c63843e0ef32ef2ee4d /x11-wm | |
parent | Added support for grsec learning device, and changed default permissions on /... (diff) | |
download | gentoo-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.ebuild | 3 |
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" |