mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
distro/archlinux/this/Makefile: tar -> bsdtar
This commit is contained in:
parent
14ef6a1c42
commit
637651f4e1
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue