diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-08-27 18:11:03 +0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-29 11:21:00 +0000 |
commit | cfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6 (patch) | |
tree | 80681f8947979ccd8fe05829223a48ee80020d67 /community | |
parent | 6417f50c04e83cb4e8926585314c7d0fc3090a65 (diff) | |
download | aports-cfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6.tar.bz2 aports-cfb0388bd2a55c9c1baf3a1e1329b9dfb2b847b6.tar.xz |
community/bareos-webui: fix httpd config path
Diffstat (limited to 'community')
-rw-r--r-- | community/bareos-webui/APKBUILD | 3 |
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 } |