From: Wolfgang Bumiller Date: Mon, 9 Sep 2013 10:08:57 +0000 (+0200) Subject: distro/archlinux/this: generate the .MTREE file X-Git-Tag: 0.3.5~99^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7af8c70bf9377b36b3255312ea90939090ebdb2c;p=xonotic%2Fgmqcc.git distro/archlinux/this: generate the .MTREE file --- diff --git a/distro/archlinux/this/Makefile b/distro/archlinux/this/Makefile index fa863d1..22fb6c3 100644 --- a/distro/archlinux/this/Makefile +++ b/distro/archlinux/this/Makefile @@ -40,7 +40,11 @@ base: @echo "makepkgopt = zipman" >> $(PKGINFO) @echo "makepkgopt = purge" >> $(PKGINFO) @echo "makepkgopt = !upx" >> $(PKGINFO) - @tar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO usr/ + @tar -C $(PKGDIR) -czf $(PKGDIR)/.MTREE \ + --format=mtree \ + --options='!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link' \ + .PKGINFO usr/ + @tar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO .MTREE usr/ @rm -rf $(PKGDIR) clean: