main/xfsprogs: fix owner of files

ref #8963
This commit is contained in:
Natanael Copa 2018-06-06 10:03:53 +00:00
parent bff2cfb2c2
commit 694221d01a

View File

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfsprogs
pkgver=4.16.1
pkgrel=0
pkgrel=1
pkgdesc="XFS filesystem utilities"
url="http://xfs.org/index.php/Main_Page"
arch="all"
@ -38,6 +38,7 @@ package() {
for i in mkfs.xfs fsck.xfs xfs_repair; do
mv "$pkgdir"/usr/sbin/$i "$pkgdir"/sbin/
done
chown -R root:root "$pkgdir"/*
}
extra() {