diff options
author | 2001-08-11 04:42:31 +0000 | |
---|---|---|
committer | 2001-08-11 04:42:31 +0000 | |
commit | a1c05139fa267eef4ed18206bc6cec8c10e46ac3 (patch) | |
tree | fc4fc6fef773ad9efcf62b6c0238cd317e16184c /app-shells | |
parent | gnome-* and kde=* \" fixes (diff) | |
download | historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.gz historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.bz2 historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.zip |
app-* \" fix
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sash/sash-3.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild index 6189d27cd41e..6c3eb65ab9b3 100644 --- a/app-shells/sash/sash-3.4-r3.ebuild +++ b/app-shells/sash/sash-3.4-r3.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/app-shells/sash/sash-3.4-r3.ebuild,v 1.2 2001/05/29 17:28:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.3 2001/08/11 04:42:31 drobbins Exp $ P=sash-3.4 A="${P}.tar.gz sash-3.x-readline.diff.gz" @@ -40,7 +40,7 @@ src_compile() { then try make else - try make LDFLAGS=\"\" + try make LDFLAGS="" fi } |