emacs: install fix

This commit is contained in:
miqlas
2018-06-30 18:23:50 +02:00
committed by GitHub
parent 279286d4c9
commit 27e999697c

View File

@@ -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