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 | dabe932a11d6c8847fbb9d1a5b53931d8dbc1b93 (patch) | |
tree | 1307dbc2f663cefda63a9bceb69ffa1585f3e9b8 /sys-apps/sh-utils | |
parent | net-* /" fixes (diff) | |
download | historical-dabe932a11d6c8847fbb9d1a5b53931d8dbc1b93.tar.gz historical-dabe932a11d6c8847fbb9d1a5b53931d8dbc1b93.tar.bz2 historical-dabe932a11d6c8847fbb9d1a5b53931d8dbc1b93.zip |
sys=* \" fixes
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild index 23f7bda06140..bb3c840b78c0 100644 --- a/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild @@ -2,7 +2,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/sh-utils/sh-utils-2.0j-r3.ebuild,v 1.2 2001/06/09 14:11:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild,v 1.3 2001/08/11 05:30:57 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -29,7 +29,7 @@ src_compile() { myconf="--disable-nls" fi - try CFLAGS=\"${CFLAGS}\" ./configure --host=${CHOST} --build=${CHOST} \ + try CFLAGS="${CFLAGS}" ./configure --host=${CHOST} --build=${CHOST} \ --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ --without-included-regex ${myconf} |