summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/heimdal/heimdal-0.5.1-r1.ebuild')
-rw-r--r--app-crypt/heimdal/heimdal-0.5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild
index 4e20a5bb5460..d2cad72f954e 100644
--- a/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild,v 1.9 2003/09/21 09:44:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1-r1.ebuild,v 1.10 2003/10/01 09:39:25 aliz Exp $
inherit libtool
@@ -28,7 +28,7 @@ src_unpack() {
cd ${S}/lib/krb5
mv Makefile.in Makefile.in.bak
- sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in
+ sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in
}
src_compile() {