summaryrefslogtreecommitdiffstats
path: root/main/attr
diff options
context:
space:
mode:
Diffstat (limited to 'main/attr')
-rw-r--r--main/attr/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD
index 7ef4c49ab..c507aca39 100644
--- a/main/attr/APKBUILD
+++ b/main/attr/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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 \