summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild')
-rw-r--r--xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild b/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild
index 66fdc3f25fad..f284987b0be5 100644
--- a/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild
+++ b/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild,v 1.1 2003/09/03 23:36:49 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-base/xfce4-base-3.99.3.ebuild,v 1.2 2003/09/04 07:20:58 msterret Exp $
IUSE=""
S=${WORKDIR}/${P}
@@ -24,14 +24,14 @@ DEPEND="=xfce-base/libxfce4util-${PV}
=xfce-base/xfprint-${PV}
>=x11-themes/gtk-engines-xfce-2.1.1
=xfce-base/xfce4-panel-${PV}"
-
+
src_install() {
dodir /etc/X11/Sessions
echo startxfce4 > ${D}/etc/X11/Sessions/XFCE-4
fperms 755 /etc/X11/Sessions/XFCE-4
-
+
einfo "This is just a wrapper script to install all the base components of Xfce4"
einfo "Use startxfce4 to initialize. You also might want to emerge the extras"
einfo "like xffm-icons, xfwm4-themes,xfce4-mixer, and xfce4-toys or"
- einfo "emerge xfce4 to merge all the base and extras."
+ einfo "emerge xfce4 to merge all the base and extras."
}