From 90b02fb719dbd500118595514c6c5ea43c139389 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Fri, 4 Apr 2008 23:55:19 +0000 Subject: fix a typo while generating the symlinks, bug #216161 (Portage version: 2.1.4.4) --- app-office/abiword/ChangeLog | 5 ++++- app-office/abiword/abiword-2.6.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-office/abiword') diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index d11cf565d28b..14aac1766e31 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.187 2008/04/03 21:20:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.188 2008/04/04 23:55:19 eva Exp $ + + 05 Apr 2008; Gilles Dartiguelongue abiword-2.6.0.ebuild: + fix a typo while generating the symlinks, bug #216161 *abiword-2.6.0 (03 Apr 2008) diff --git a/app-office/abiword/abiword-2.6.0.ebuild b/app-office/abiword/abiword-2.6.0.ebuild index 54a85112d7fe..9222b4fe1364 100644 --- a/app-office/abiword/abiword-2.6.0.ebuild +++ b/app-office/abiword/abiword-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.0.ebuild,v 1.2 2008/04/03 21:29:36 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.6.0.ebuild,v 1.3 2008/04/04 23:55:19 eva Exp $ inherit alternatives eutils gnome2 versionator @@ -70,7 +70,7 @@ src_install() { sed -i "s:Exec=abiword:Exec=abiword-${MY_MAJORV}:" "${D}"/usr/share/applications/abiword.desktop - mv "${D}/usr/bin/abiword" "${D}/usr/bin/Abiword-${MY_MAJORV}" + mv "${D}/usr/bin/abiword" "${D}/usr/bin/AbiWord-${MY_MAJORV}" dosym AbiWord-${MY_MAJORV} /usr/bin/abiword-${MY_MAJORV} dodoc *.TXT user/wp/readme.txt -- cgit v1.2.3-65-gdbad