diff options
author | 2014-12-29 20:05:34 +0000 | |
---|---|---|
committer | 2014-12-29 20:05:34 +0000 | |
commit | 524815d91019f86f284c319edd7944364a056fb4 (patch) | |
tree | 9b4a300427cc4429313da0a59f4cee4697f7064a /app-office/libreoffice/libreoffice-4.3.9999.ebuild | |
parent | Portpeek was removing a masked package in package.unmask, even if it was inst... (diff) | |
download | historical-524815d91019f86f284c319edd7944364a056fb4.tar.gz historical-524815d91019f86f284c319edd7944364a056fb4.tar.bz2 historical-524815d91019f86f284c319edd7944364a056fb4.zip |
Add missing dodir, bug 498084
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0x84AD142F
Diffstat (limited to 'app-office/libreoffice/libreoffice-4.3.9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-4.3.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-4.3.9999.ebuild b/app-office/libreoffice/libreoffice-4.3.9999.ebuild index ffcb51207d4e..409a63aefd28 100644 --- a/app-office/libreoffice/libreoffice-4.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-4.3.9999.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-4.3.9999.ebuild,v 1.9 2014/12/28 17:12:34 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.3.9999.ebuild,v 1.10 2014/12/29 20:05:21 dilfridge Exp $ EAPI=5 @@ -575,6 +575,7 @@ src_install() { if use branding; then insinto /usr/$(get_libdir)/${PN}/program newins "${WORKDIR}/branding-sofficerc" sofficerc + dodir /etc/env.d echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"/etc/env.d/99${PN} fi |