diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-02-25 23:10:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-02-25 23:10:46 +0100 |
commit | cf1950293a5930e71d029a046c00baef74c881c7 (patch) | |
tree | 29ec9398ed9ee44bd2a43c1a8906c7c49268dda7 /app-emacs | |
parent | app-editors/zile: Add missing build dependency on sys-apps/help2man (diff) | |
download | emacs-cf1950293a5930e71d029a046c00baef74c881c7.tar.gz emacs-cf1950293a5930e71d029a046c00baef74c881c7.tar.bz2 emacs-cf1950293a5930e71d029a046c00baef74c881c7.zip |
app-emacs/emacs-common-gentoo: Sync from gentoo repository
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index a40b672..bb0b926 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,8 @@ S="${WORKDIR}/${PN}" src_install() { insinto "${SITELISP}" - doins subdirs.el + sed -e "s:@libdir@:$(get_libdir):g" subdirs.el.in | newins - subdirs.el + assert newins site-gentoo.el{,.orig} keepdir /etc/emacs |