diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 20:44:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-05-21 20:44:48 +0000 |
commit | c3f1ecb797e500f881befdb18a52f899d6d5f257 (patch) | |
tree | 923262a8d3a0152549894fc8f8710294458045c0 /app-crypt/heimdal | |
parent | The setupterm patch fixes bug #124405 by Juergen Rose. The pthreads and robu... (diff) | |
download | gentoo-2-c3f1ecb797e500f881befdb18a52f899d6d5f257.tar.gz gentoo-2-c3f1ecb797e500f881befdb18a52f899d6d5f257.tar.bz2 gentoo-2-c3f1ecb797e500f881befdb18a52f899d6d5f257.zip |
fix the sed, fixing bug #126387 by G
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 422772ce2467..f10b2db61280 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.99 2006/04/23 17:18:13 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.100 2006/05/21 20:44:48 seemant Exp $ + + 21 May 2006; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.2.ebuild: + fix the sed, fixing bug #126387 by G 28 Apr 2006; Joshua Kinard <kumba@gentoo.org> heimdal-0.7.2.ebuild: Marked stable on mips. diff --git a/app-crypt/heimdal/heimdal-0.7.2.ebuild b/app-crypt/heimdal/heimdal-0.7.2.ebuild index 4348e1f50d86..5c6d037b9f5e 100644 --- a/app-crypt/heimdal/heimdal-0.7.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.10 2006/04/23 17:18:13 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.11 2006/05/21 20:44:48 seemant Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -126,7 +126,7 @@ src_install() { insinto /etc doins ${GENTOODIR}/configs/krb5.conf - sed -i "s:lib:$(get_libdir):" ${D}/etc/krb5.conf + sed -i "s:/lib:/$(get_libdir):" ${D}/etc/krb5.conf if use ldap; then insinto /etc/openldap/schema |