From: Victor Gaydov Date: Tue, 16 Aug 2016 11:11:48 +0000 (+0300) Subject: app-emacs/windows: cosmetic fix. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58768fee0c6faa9aa0eac25ecf82ef4c5a2dfc45;p=gentoo.git app-emacs/windows: cosmetic fix. Closes: https://github.com/gentoo/gentoo/pull/2092 Signed-off-by: Patrice Clement --- 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 }