aboutsummaryrefslogtreecommitdiffstats
path: root/community/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'community/emacs')
-rw-r--r--community/emacs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD
index aea3af78ada..013ba3ed5be 100644
--- a/community/emacs/APKBUILD
+++ b/community/emacs/APKBUILD
@@ -3,7 +3,7 @@
pkgname=emacs
pkgver=25.1
-pkgrel=1
+pkgrel=2
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all !aarch64"
depends="emacs-nox"
@@ -74,7 +74,7 @@ _build_nox() {
build() {
cd "$builddir"
mkdir -p nox
- mv * nox
+ mv * nox || true
cp -a nox gtk2
cp -a nox x11
_build_x11 || return 1