diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-14 15:16:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-14 15:16:36 +0200 |
commit | e4d0e6835b9033f275683d20659b2e907ed6a000 (patch) | |
tree | 7c8dab127d2843558ce2225b375c4a8af78fec4f /dev-ml/utop | |
parent | dev-ml/utop: remove old (diff) | |
download | gentoo-e4d0e6835b9033f275683d20659b2e907ed6a000.tar.gz gentoo-e4d0e6835b9033f275683d20659b2e907ed6a000.tar.bz2 gentoo-e4d0e6835b9033f275683d20659b2e907ed6a000.zip |
dev-ml/utop: do not try to install an emacs file that doesnt exist, bug #586512
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-ml/utop')
-rw-r--r-- | dev-ml/utop/utop-1.19.3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-ml/utop/utop-1.19.3.ebuild b/dev-ml/utop/utop-1.19.3.ebuild index c451a6b2bda0..f53ad909e7b0 100644 --- a/dev-ml/utop/utop-1.19.3.ebuild +++ b/dev-ml/utop/utop-1.19.3.ebuild @@ -46,7 +46,6 @@ src_install() { oasis_src_install if use emacs; then elisp-install "${PN}" src/top/*.el src/top/*.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die fi } |