Skip to content

Commit

Permalink
Change compression to xz for deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Apr 12, 2024
1 parent 476175e commit 0894f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/pkg/build-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ for ARCH in $ARCHS; do
chmod -R u+rwX,go+rX,go-w "$CONTENTS/usr"
# remove unneeded files
find $PWD/$ARCH/ -maxdepth 1 -type f -delete
fakeroot dpkg-deb --build $CONTENTS $PWD/deb/nzbget-$VERSION-$DPKG_ARCH.deb
fakeroot dpkg-deb -Zxz --build $CONTENTS $PWD/deb/nzbget-$VERSION-$DPKG_ARCH.deb
fi

# build rpm package
Expand Down

0 comments on commit 0894f4c

Please sign in to comment.