diff options
Diffstat (limited to 'app-emacs/org-mode/org-mode-7.9.2.ebuild')
-rw-r--r-- | app-emacs/org-mode/org-mode-7.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/org-mode/org-mode-7.9.2.ebuild b/app-emacs/org-mode/org-mode-7.9.2.ebuild index 79bf54edc682..784d5bccfe61 100644 --- a/app-emacs/org-mode/org-mode-7.9.2.ebuild +++ b/app-emacs/org-mode/org-mode-7.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.8 2013/05/05 16:51:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.9.2.ebuild,v 1.9 2013/05/06 05:07:34 ulm Exp $ EAPI=4 NEED_EMACS=22 @@ -36,6 +36,7 @@ src_install() { ETCDIRS="styles $(use odt-schema && echo schema)" \ lispdir="${EPREFIX}${SITELISP}/${PN}" \ datadir="${EPREFIX}${SITEETC}/${PN}" \ + infodir="${EPREFIX}/usr/share/info" \ install cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" |