diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-31 23:47:55 +0000 |
commit | 34c596d4cdaa03778580b99ef7e7e2db55848ba3 (patch) | |
tree | aa151cda129909f2d0a61aeac0550be0e2a956ac /sys-apps/gluelog | |
parent | drip, for video conversion to divx (diff) | |
download | historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.gz historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.tar.bz2 historical-34c596d4cdaa03778580b99ef7e7e2db55848ba3.zip |
header and form updates
Diffstat (limited to 'sys-apps/gluelog')
-rw-r--r-- | sys-apps/gluelog/gluelog-1.0-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/gluelog/gluelog-1.0-r2.ebuild b/sys-apps/gluelog/gluelog-1.0-r2.ebuild index 44e29dc3cc58..19bcf50ba9c5 100644 --- a/sys-apps/gluelog/gluelog-1.0-r2.ebuild +++ b/sys-apps/gluelog/gluelog-1.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.2 2001/12/31 23:47:55 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" @@ -14,8 +14,8 @@ src_compile() { mkdir ${S} cd ${FILESDIR} - try gcc ${CFLAGS} gluelog.c -o ${S}/gluelog - try gcc ${CFLAGS} glueklog.c -o ${S}/glueklog + gcc ${CFLAGS} gluelog.c -o ${S}/gluelog || die + gcc ${CFLAGS} glueklog.c -o ${S}/glueklog || die } src_install() { @@ -35,6 +35,5 @@ src_install() { done dodoc ${FILESDIR}/README - } |