Skip to content

Commit

Permalink
Use xz compression format.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Nov 7, 2023
1 parent 3295836 commit 813a8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/Makefile.deb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dist:

sed 's/@VERSION@/'$(REV)'/g' <pkg/deb/control >$(DEB_BUILD_ROOT)/DEBIAN/control
sed -i 's/@ARCH@/'$(ARCH)'/g' $(DEB_BUILD_ROOT)/DEBIAN/control
fakeroot dpkg-deb --build $(DEB_BUILD_ROOT) $(DIR_PKG)/act_$(REV)-1$(OS)_$(ARCH).deb
fakeroot dpkg-deb -Z xz --build $(DEB_BUILD_ROOT) $(DIR_PKG)/act_$(REV)-$(OS)_$(ARCH).deb
rm -rf dist

distclean:
Expand Down

0 comments on commit 813a8e1

Please sign in to comment.