From: Wolfgang Bumiller Date: Fri, 11 Oct 2013 09:14:46 +0000 (+0200) Subject: distro/archlinux/this/Makefile: tar -> bsdtar X-Git-Tag: 0.3.5~38 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=637651f4e13d3a457ac9030a46590b7f580b79d0;p=xonotic%2Fgmqcc.git distro/archlinux/this/Makefile: tar -> bsdtar --- diff --git a/distro/archlinux/this/Makefile b/distro/archlinux/this/Makefile index 6efdc00..97f2565 100644 --- a/distro/archlinux/this/Makefile +++ b/distro/archlinux/this/Makefile @@ -41,11 +41,11 @@ base: @echo "makepkgopt = zipman" >> $(PKGINFO) @echo "makepkgopt = purge" >> $(PKGINFO) @echo "makepkgopt = !upx" >> $(PKGINFO) - @tar -C $(PKGDIR) -czf $(PKGDIR)/.MTREE \ + @bsdtar -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/ + @bsdtar -cJvf $(PKG) -C $(PKGDIR)/ .PKGINFO .MTREE usr/ @rm -rf $(PKGDIR) clean: