From e957710c61fd53a47bd668fb1237354dff0cd955 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 2 Aug 2002 04:50:11 +0000 Subject: modernized --- app-arch/unlzx/unlzx-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-arch/unlzx/unlzx-1.1.ebuild') diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index 897fb6110a5b..66babb69f403 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.5 2002/07/26 03:20:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.6 2002/08/02 04:50:11 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unarchiver for Amiga LZX archives" @@ -23,7 +23,7 @@ src_unpack() { src_compile() { - gcc ${CFLAGS} -o unlzx unlzx.c + gcc ${CFLAGS} -o unlzx unlzx.c } -- cgit v1.2.3-65-gdbad