diff options
author | 2014-11-18 10:02:06 +0000 | |
---|---|---|
committer | 2014-11-18 10:02:06 +0000 | |
commit | d05ee0c4054832423ec36a8b15036165888a650a (patch) | |
tree | dd9f0f985cfd250740bb99963115de8098116a57 /app-office/libreoffice/libreoffice-9999-r2.ebuild | |
parent | dev-python/nosexcover: Version BUmp (diff) | |
download | historical-d05ee0c4054832423ec36a8b15036165888a650a.tar.gz historical-d05ee0c4054832423ec36a8b15036165888a650a.tar.bz2 historical-d05ee0c4054832423ec36a8b15036165888a650a.zip |
app-office/libreoffice: Fix bash-completion symlinks
Package-Manager: portage-2.2.14/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
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 |