summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-03 10:27:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-03 10:27:41 +0000
commit9ea60142bd21d882f66197a219f7ff0868e3d060 (patch)
tree9478966f704d351951e73503c83703f4e5d5f4ef /x11-wm/larswm
parentAdd patch to build with glibc 2.10, by Viktor S <bugzilla@marinmo.org>, bug #... (diff)
downloadgentoo-2-9ea60142bd21d882f66197a219f7ff0868e3d060.tar.gz
gentoo-2-9ea60142bd21d882f66197a219f7ff0868e3d060.tar.bz2
gentoo-2-9ea60142bd21d882f66197a219f7ff0868e3d060.zip
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/larswm')
-rw-r--r--x11-wm/larswm/larswm-7.5.3.ebuild6
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
}