mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 23:05:33 -04:00
More .xz -> .zst
This commit is contained in:
parent
d6c246d80c
commit
ae0f6c6b4b
@ -108,10 +108,10 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
|
||||
rm -rf dwarfs-*
|
||||
rm -f dwarfs
|
||||
|
||||
mv "build/dwarfs-${VERSION}.tar.xz" .
|
||||
mv "build/dwarfs-${VERSION}.tar.zst" .
|
||||
rm -rf build
|
||||
|
||||
tar xvf "dwarfs-${VERSION}.tar.xz"
|
||||
tar xvf "dwarfs-${VERSION}.tar.zst"
|
||||
ln -s "dwarfs-${VERSION}" dwarfs
|
||||
|
||||
mkdir build
|
||||
|
Loading…
x
Reference in New Issue
Block a user