X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=distro%2Farchlinux%2Fthis%2FMakefile;fp=distro%2Farchlinux%2Fthis%2FMakefile;h=22fb6c3e93e945e76c5b37bece58408536879e06;hp=fa863d100aa77a62c2664189637bcbad881d1d11;hb=7af8c70bf9377b36b3255312ea90939090ebdb2c;hpb=3f151321f60ed18cf6b2b03317050f8c30c2823c 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: