From 27e999697c3e3db3dae554b9f30a4487da0658ed Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sat, 30 Jun 2018 18:23:50 +0200 Subject: [PATCH] emacs: install fix --- app-editors/emacs/emacs-26.1.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-editors/emacs/emacs-26.1.recipe b/app-editors/emacs/emacs-26.1.recipe index c2e2d0713..0b79bddfa 100644 --- a/app-editors/emacs/emacs-26.1.recipe +++ b/app-editors/emacs/emacs-26.1.recipe @@ -13,7 +13,7 @@ project planner, mail and news reader, debugger interface, calendar, and more. HOMEPAGE="https://gnu.org/s/emacs/" COPYRIGHT="2001-2018 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.artfiles.org/gnu.org/emacs/emacs-$portVersion.tar.xz" CHECKSUM_SHA256="1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c" PATCHES="emacs-$portVersion.patchset" @@ -105,6 +105,11 @@ BUILD() INSTALL() { + # Install fix, emacs is stupid, required only in recipe-development + for f in emacs bootstrap-emacs; do + rm -rf src/$f + done + make install # ctags fix