From 004d37764f3a7ba2bd74c23e56d121a71851805d Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 14 Jul 2019 22:05:53 -0300 Subject: community/emacs: make emacs-doc not depend on emacs-nox --- community/emacs/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index c1ef05036c..970f77c651 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Timo Teräs pkgname=emacs pkgver=26.2 -pkgrel=1 +pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch="all" depends="emacs-nox" @@ -81,6 +81,7 @@ package() { } doc() { + depends="" mkdir -p "$subpkgdir" cd "$builddir/gtk2" make DESTDIR="$subpkgdir" install -- cgit v1.2.3