From f926ec798bb7b28620afcce4b0ac1fa2a0b0ce48 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Oct 2013 15:49:53 +0000 Subject: main/pound: install binaries as root --- main/pound/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/pound/APKBUILD') diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD index cbd734c6b..ccf872457 100644 --- a/main/pound/APKBUILD +++ b/main/pound/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 } -- cgit v1.2.3