diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 04:50:11 +0000 |
commit | e957710c61fd53a47bd668fb1237354dff0cd955 (patch) | |
tree | d9537caae1742dc5fe724909f8de1622772eee64 /app-arch/unlzx | |
parent | modernised (diff) | |
download | historical-e957710c61fd53a47bd668fb1237354dff0cd955.tar.gz historical-e957710c61fd53a47bd668fb1237354dff0cd955.tar.bz2 historical-e957710c61fd53a47bd668fb1237354dff0cd955.zip |
modernized
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |