diff options
Diffstat (limited to 'community/emacs')
-rw-r--r-- | community/emacs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index b2efeb8380..e3d5172c61 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -5,7 +5,7 @@ pkgname=emacs pkgver=25.1 pkgrel=0 pkgdesc="The extensible, customizable, self-documenting real-time display editor" -arch="all" +arch="all !aarch64" depends="emacs-nox" url="http://www.gnu.org/software/emacs/emacs.html" license="GPL3" @@ -22,7 +22,7 @@ source="ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz prepare() { cd "$builddir/$1" - default_prepare || return 1 + default_prepare || return 1 ./autogen.sh || return 1 } |