mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 08:16:12 -04:00
desync: use long options
This commit is contained in:
2
build.sh
2
build.sh
@@ -188,7 +188,7 @@ rm ./mkosi.output/*.test.raw
|
||||
./torrent-create.rb "$VERSION" "$OUTPUT" "$IMG"
|
||||
|
||||
go install -v github.com/folbricht/desync/cmd/desync@latest
|
||||
~/go/bin/desync make -m 1024:2048:4096 "$ROOTFS_CAIBX" "$ROOTFS_EROFS"
|
||||
~/go/bin/desync make --chunk-size 1024:2048:4096 "$ROOTFS_CAIBX" "$ROOTFS_EROFS"
|
||||
# Be very careful with this file. It is here for backwards compat. It must not appear in SHA256SUMS.
|
||||
# https://github.com/systemd/systemd/issues/38605
|
||||
cp "$ROOTFS_CAIBX" "$ROOTFS_EROFS.caibx"
|
||||
|
||||
Reference in New Issue
Block a user