aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}