diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-11-18 10:02:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-11-18 10:02:05 +0000 |
commit | 89582c0b8c12822ffcf662c9c614eca671f8b848 (patch) | |
tree | b45d4fdcdeaa4a2aeee1b185a3512e0c4f3740f8 /app-office/libreoffice/libreoffice-9999-r2.ebuild | |
parent | dev-python/nosexcover: Version BUmp (diff) | |
download | gentoo-2-89582c0b8c12822ffcf662c9c614eca671f8b848.tar.gz gentoo-2-89582c0b8c12822ffcf662c9c614eca671f8b848.tar.bz2 gentoo-2-89582c0b8c12822ffcf662c9c614eca671f8b848.zip |
app-office/libreoffice: Fix bash-completion symlinks
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999-r2.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index db6b05054216..3b9b6de58872 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.231 2014/11/03 11:16:53 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.232 2014/11/18 10:02:05 jlec Exp $ EAPI=5 @@ -557,7 +557,10 @@ src_install() { # Fix bash completion placement newbashcomp "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN} - rm -rf "${ED}"/etc/ + bashcomp_alias \ + libreoffice \ + unopkg loimpress lobase localc lodraw lomath lowriter lofromtemplate loweb loffice + rm -rf "${ED}"/etc/ || die if use branding; then insinto /usr/$(get_libdir)/${PN}/program |