diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 05:30:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 05:30:57 +0000 |
commit | 8714d754514a56791a2bb7511dc52415c4cb4c99 (patch) | |
tree | a2944f08ff352e0dfd355cc53b32874b2446fe6b /sys-apps/star | |
parent | net-* /" fixes (diff) | |
download | gentoo-2-8714d754514a56791a2bb7511dc52415c4cb4c99.tar.gz gentoo-2-8714d754514a56791a2bb7511dc52415c4cb4c99.tar.bz2 gentoo-2-8714d754514a56791a2bb7511dc52415c4cb4c99.zip |
sys=* \" fixes
Diffstat (limited to 'sys-apps/star')
-rw-r--r-- | sys-apps/star/star-1.3_alpha8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/star/star-1.3_alpha8-r2.ebuild b/sys-apps/star/star-1.3_alpha8-r2.ebuild index 74bc4816f89d..b927be22a39e 100644 --- a/sys-apps/star/star-1.3_alpha8-r2.ebuild +++ b/sys-apps/star/star-1.3_alpha8-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8-r2.ebuild,v 1.1 2001/03/04 04:58:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/star/star-1.3_alpha8-r2.ebuild,v 1.2 2001/08/11 05:30:57 drobbins Exp $ A=star-1.3a8.tar.gz S=${WORKDIR}/star-1.3 @@ -19,7 +19,7 @@ src_unpack() { } src_compile() { - try make COPTX=\"${CFLAGS}\" + try make COPTX="${CFLAGS}" } src_install() { |