diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:32:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:32:20 +0000 |
commit | c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77 (patch) | |
tree | db09e7c00f132d7dd5fe89e39059e92fb1435b2b /x11-wm/larswm | |
parent | Add patch to build with glibc 2.10, by Viktor S <bugzilla@marinmo.org>, bug #... (diff) | |
download | historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.tar.gz historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.tar.bz2 historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.zip |
Quoting
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/larswm')
-rw-r--r-- | x11-wm/larswm/larswm-7.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/larswm/larswm-7.5.3.ebuild b/x11-wm/larswm/larswm-7.5.3.ebuild index 7dbd3d40bc9e..41656de0c748 100644 --- a/x11-wm/larswm/larswm-7.5.3.ebuild +++ b/x11-wm/larswm/larswm-7.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/larswm-7.5.3.ebuild,v 1.11 2007/08/02 15:12:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/larswm/larswm-7.5.3.ebuild,v 1.12 2009/08/03 10:27:41 ssuominen Exp $ DESCRIPTION="Tiling window manager for X11, based on 9wm by David Hogan." HOMEPAGE="http://larswm.fnurt.net/" @@ -40,5 +40,5 @@ src_install() { exeinto /etc/X11/Sessions newexe sample.xsession larswm insinto /usr/share/xsessions - doins ${FILESDIR}/larswm.desktop || die + doins "${FILESDIR}"/larswm.desktop || die } |