Skip to content

Commit

Permalink
Force archive compression to xz
Browse files Browse the repository at this point in the history
Debian can't cope with zstd compression until bookworm
Reported in thelounge#82
  • Loading branch information
brunnre8 committed May 4, 2023
1 parent ff7ac95 commit 4fc4d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-package
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ install -Dm644 "$STARTDIR/systemd/user.service" \
# Build .deb
mkdir "$DESTDIR/DEBIAN" "$OUTDIR"
cp "$STARTDIR/debian/"* "$DESTDIR/DEBIAN/"
dpkg-deb --root-owner-group --build "$DESTDIR" "$OUTDIR"
dpkg-deb -Z xz --root-owner-group --build "$DESTDIR" "$OUTDIR"

0 comments on commit 4fc4d04

Please sign in to comment.