mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
distro/archlinux/this: generate the .MTREE file
This commit is contained in:
parent
3f151321f6
commit
7af8c70bf9
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue