From 5a7e01f904af8f9c420bd3cb625d36cfc046428d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 7 Mar 2014 10:21:26 +0000 Subject: main/xfsprogs: make sure installed files are owned by root fixes #2687 --- main/xfsprogs/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD index 36cc6d4c46..dd204f4855 100644 --- a/main/xfsprogs/APKBUILD +++ b/main/xfsprogs/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=xfsprogs pkgver=3.1.11 -pkgrel=0 +pkgrel=1 pkgdesc="XFS filesystem utilities" url="http://oss.sgi.com/projects/xfs/" arch="all" @@ -24,6 +24,8 @@ build() { cd "$_builddir" export DEBUG=-DNDEBUG export OPTIMIZER="$CFLAGS" + export INSTALL_USER=root + export INSTALL_GROUP=root ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes \ ./configure \ -- cgit v1.2.3