mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 05:10:19 +01:00
* builds/toplevel.mk (dist): Improve compatibility with BSD tar.
This commit is contained in:
parent
fc9cc5038e
commit
6d4977d660
1 changed files with 2 additions and 2 deletions
|
|
@ -259,9 +259,9 @@ dist:
|
|||
|
||||
mv tmp freetype-$(version)
|
||||
|
||||
tar -H ustar -chf - freetype-$(version) \
|
||||
tar --format=ustar -chf - freetype-$(version) \
|
||||
| gzip -9 -c > freetype-$(version).tar.gz
|
||||
tar -H ustar -chf - freetype-$(version) \
|
||||
tar --format=ustar -chf - freetype-$(version) \
|
||||
| xz -c > freetype-$(version).tar.xz
|
||||
|
||||
@# Use CR/LF for zip files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue