aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos-webui
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-08-27 18:11:03 +0300
committerFrancesco Colista <fcolista@alpinelinux.org>2017-08-29 11:21:00 +0000
commitcfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6 (patch)
tree80681f8947979ccd8fe05829223a48ee80020d67 /community/bareos-webui
parent6417f50c04e83cb4e8926585314c7d0fc3090a65 (diff)
downloadaports-cfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6.tar.bz2
aports-cfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6.tar.xz
community/bareos-webui: fix httpd config path
Diffstat (limited to 'community/bareos-webui')
-rw-r--r--community/bareos-webui/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/bareos-webui/APKBUILD b/community/bareos-webui/APKBUILD
index 13b62e4deb..243d34e824 100644
--- a/community/bareos-webui/APKBUILD
+++ b/community/bareos-webui/APKBUILD
@@ -28,7 +28,8 @@ prepare() {
build() {
cd "$builddir"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --with-httpd-conf=/etc/apache2/conf.d
make
}