mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
emacs: install fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user