From 637651f4e13d3a457ac9030a46590b7f580b79d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 11 Oct 2013 11:14:46 +0200 Subject: [PATCH] distro/archlinux/this/Makefile: tar -> bsdtar --- distro/archlinux/this/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2