]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - distro/archlinux/this/Makefile
distro/archlinux/this/Makefile: tar -> bsdtar
[xonotic/gmqcc.git] / distro / archlinux / this / Makefile
index 6efdc00cc33f270ade32095552fd0c3528d0efef..97f2565a0dde2c04ac1ee09b5a163791d921b186 100644 (file)
@@ -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: