Skip to content
Snippets Groups Projects
Commit f926ec79 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/pound: install binaries as root

parent 52a397fc
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pound pkgname=pound
pkgver=2.6 pkgver=2.6
pkgrel=2 pkgrel=3
pkgdesc="A reverse proxy, load balancer, and SSL wrapper" pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
url="http://www.apsis.ch/pound/index_html" url="http://www.apsis.ch/pound/index_html"
arch="all" arch="all"
...@@ -31,6 +31,8 @@ build() { ...@@ -31,6 +31,8 @@ build() {
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc/pound \ --sysconfdir=/etc/pound \
--with-owner=root \
--with-group=root \
|| return 1 || return 1
make || return 1 make || return 1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment