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