diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-28 15:49:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-28 15:49:53 +0000 |
commit | f926ec798bb7b28620afcce4b0ac1fa2a0b0ce48 (patch) | |
tree | 4e6fb27892c3398b801abb4f75932ba8728303f0 /main/pound/APKBUILD | |
parent | 52a397fc7481465345e25e60c66f63d677ae768a (diff) | |
download | aports-f926ec798bb7b28620afcce4b0ac1fa2a0b0ce48.tar.bz2 aports-f926ec798bb7b28620afcce4b0ac1fa2a0b0ce48.tar.xz |
main/pound: install binaries as root
Diffstat (limited to 'main/pound/APKBUILD')
-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 cbd734c6b..ccf872457 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 } |