[pacman-dev] [WIP 3/4] makepkg: store symbolic user/group names in mtree

Andrew Gregory andrew.gregory.8 at gmail.com
Sat Mar 19 13:50:16 UTC 2016


---
 scripts/makepkg.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index a0134f6..1729782 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1220,7 +1220,7 @@ create_package() {
 
 	msg2 "$(gettext "Generating .MTREE file...")"
 	LANG=C bsdtar -czf .MTREE --format=mtree \
-		--options='!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link' \
+		--options='!all,use-set,type,uid,uname,gid,gname,mode,time,size,md5,sha256,link' \
 		"${comp_files[@]}" *
 	comp_files+=(".MTREE")
 
-- 
2.7.2


More information about the pacman-dev mailing list