diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-04 23:55:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-04-04 23:55:19 +0000 |
commit | 90b02fb719dbd500118595514c6c5ea43c139389 (patch) | |
tree | fb954042ea4eebc01d84721b45b7908ffef21c29 /app-office | |
parent | Marked ppc stable for bug #215494. (diff) | |
download | gentoo-2-90b02fb719dbd500118595514c6c5ea43c139389.tar.gz gentoo-2-90b02fb719dbd500118595514c6c5ea43c139389.tar.bz2 gentoo-2-90b02fb719dbd500118595514c6c5ea43c139389.zip |
fix a typo while generating the symlinks, bug #216161
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <eva@gentoo.org> 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 |