diff options
-rw-r--r-- | main/pound/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD index cbd734c6b3..ccf8724575 100644 --- a/main/pound/APKBUILD +++ b/main/pound/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pound pkgver=2.6 -pkgrel=2 +pkgrel=3 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" url="http://www.apsis.ch/pound/index_html" arch="all" @@ -31,6 +31,8 @@ build() { --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc/pound \ + --with-owner=root \ + --with-group=root \ || return 1 make || return 1 } |