From 7c906a8315f01ba377a91925b598635e1d1afb4b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 19 Feb 2014 09:07:11 +0000 Subject: main/attr: make sure installed files are owned by root ref #2687 --- main/attr/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD index 7ef4c49abb..c507aca39a 100644 --- a/main/attr/APKBUILD +++ b/main/attr/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=attr pkgver=2.4.47 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities for managing filesystem extended attributes" url="http://acl.bestbits.at/" arch="all" @@ -32,7 +32,8 @@ build() { unset PLATFORM #184564 export OPTIMIZER="${CFLAGS}" export DEBUG=-DNDEBUG - + export INSTALL_USER=root + export INSTALL_GROUP=root ./configure \ --build=$CBUILD \ --host=$CHOST \ -- cgit v1.2.3