dev-ml/utop: do not try to install an emacs file that doesnt exist, bug #586512
authorAlexis Ballier <aballier@gentoo.org>
Fri, 14 Oct 2016 13:16:36 +0000 (15:16 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 14 Oct 2016 13:16:36 +0000 (15:16 +0200)
Package-Manager: portage-2.3.2

dev-ml/utop/utop-1.19.3.ebuild

index c451a6b2bda097128fb50c1f63f6aed7bdebb53c..f53ad909e7b0d57cc49b1d2d6c4786d326fcf249 100644 (file)
@@ -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
 }