Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261301
Collapse All | Expand All

(-)fvwm-2.5.27.ebuild (-1 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.26.ebuild,v 1.2 2009/01/09 15:06:36 remi Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic
6
6
Lines 168-174 Link Here
168
	rm -f "${D}/usr/bin/fvwm-convert-2.6" \
168
	rm -f "${D}/usr/bin/fvwm-convert-2.6" \
169
		"${D}/usr/share/man/man1/fvwm-convert-2.6.1"
169
		"${D}/usr/share/man/man1/fvwm-convert-2.6.1"
170
170
171
	dodir /etc/X11/Sessions
171
	echo "/usr/bin/fvwm" > "${D}/etc/X11/Sessions/${PN}"
172
	echo "/usr/bin/fvwm" > "${D}/etc/X11/Sessions/${PN}"
173
	fperms a+x /etc/X11/Sessions/${PN}
172
174
173
	dodoc AUTHORS ChangeLog NEWS README \
175
	dodoc AUTHORS ChangeLog NEWS README \
174
		docs/{ANNOUNCE,BUGS,COMMANDS,CONVENTIONS} \
176
		docs/{ANNOUNCE,BUGS,COMMANDS,CONVENTIONS} \

Return to bug 261301