diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-07 10:21:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-07 10:31:51 +0000 |
commit | 0bd91527c71e7aac28afccf45d7c5f544648020e (patch) | |
tree | 43bdd5734e47747ad9f2bb19fea678d590dff73b /main/xfsprogs | |
parent | 687be5472fec1e9f2dd9fb61ee82f75a531bba73 (diff) | |
download | aports-0bd91527c71e7aac28afccf45d7c5f544648020e.tar.bz2 aports-0bd91527c71e7aac28afccf45d7c5f544648020e.tar.xz |
main/xfsprogs: make sure installed files are owned by root
fixes #2687
(cherry picked from commit 5a7e01f904af8f9c420bd3cb625d36cfc046428d)
Diffstat (limited to 'main/xfsprogs')
-rw-r--r-- | main/xfsprogs/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/xfsprogs/APKBUILD b/main/xfsprogs/APKBUILD index 0497bd5142..0b5dee30ca 100644 --- a/main/xfsprogs/APKBUILD +++ b/main/xfsprogs/APKBUILD @@ -30,6 +30,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 \ |