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

(-)root-tail-1.2-r2.ebuild.orig (-2 / +3 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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-terms/root-tail/root-tail-1.2-r2.ebuild,v 1.6 2005/04/09 13:43:35 corsair Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic x11-prefix
6
6
7
DESCRIPTION="Terminal to display (multiple) log files on the root window"
7
DESCRIPTION="Terminal to display (multiple) log files on the root window"
8
HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html"
8
HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html"
Lines 25-30 Link Here
25
25
26
src_compile() {
26
src_compile() {
27
	xmkmf -a
27
	xmkmf -a
28
	fix_Imake_Makefile
28
	sed -i 's|/usr/X11R6/bin|/usr/bin|' Makefile || die "sed Makefile failed"
29
	sed -i 's|/usr/X11R6/bin|/usr/bin|' Makefile || die "sed Makefile failed"
29
	use debug && append-flags -DDEBUG
30
	use debug && append-flags -DDEBUG
30
	emake || die "emake failed"
31
	emake || die "emake failed"

Return to bug 91070