diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
commit | a1c05139fa267eef4ed18206bc6cec8c10e46ac3 (patch) | |
tree | fc4fc6fef773ad9efcf62b6c0238cd317e16184c /app-misc/boxes | |
parent | gnome-* and kde=* \" fixes (diff) | |
download | historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.gz historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.bz2 historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.zip |
app-* \" fix
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 868cfd76d481..190f3713c124 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.2 2001/06/07 01:45:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.3 2001/08/11 04:42:31 drobbins Exp $ A=${P}.src.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_unpack() { src_compile() { try make clean - try make CFLAGS=\"$CFLAGS -I. -Iregexp\" + try make CFLAGS="$CFLAGS -I. -Iregexp" } src_install() { |