Skip to content

Commit

Permalink
force using xz compression in debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
determ1ne committed Oct 16, 2023
1 parent cfd6c16 commit 7bd9e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EOF

# dpkg-deb
find ./debian -type d | xargs chmod 755
fakeroot dpkg-deb --build debian
fakeroot dpkg-deb -Zxz --build debian
mv debian.deb zjunet_${VERSION}_all.deb

# remove debian/
Expand Down

0 comments on commit 7bd9e67

Please sign in to comment.