From 58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Tue, 16 Aug 2016 14:11:48 +0300 Subject: [PATCH] app-emacs/windows: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement --- app-emacs/windows/windows-2.49.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild index 12b33fe39d2d..191a0c3b070f 100644 --- a/app-emacs/windows/windows-2.49.ebuild +++ b/app-emacs/windows/windows-2.49.ebuild @@ -21,6 +21,6 @@ DEPEND="${RDEPEND}" SITEFILE="50${PN}-gentoo.el" src_compile() { - elisp-compile *.el || die - elisp-make-autoload-file || die + elisp-compile *.el + elisp-make-autoload-file } -- 2.26.2