aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2
diff options
context:
space:
mode:
Diffstat (limited to 'main/apache2')
-rw-r--r--main/apache2/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD
index da6b822afb..b5562644b0 100644
--- a/main/apache2/APKBUILD
+++ b/main/apache2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=apache2
_pkgreal=httpd
pkgver=2.4.23
-pkgrel=8
+pkgrel=9
pkgdesc="A high performance Unix-based HTTP server"
url="http://httpd.apache.org/"
arch="all"
@@ -211,6 +211,8 @@ icons() {
utils() {
local _bin
pkgdesc="Apache utility programs for webservers"
+ depends=lynx
+
install -d "$subpkgdir"/usr/sbin || return 1
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
for i in checkgid htcacheclean rotatelogs apachectl envvars*; do