Skip to content

Commit

Permalink
Enable ZSTD_SUPPORT and GZIP_SUPPORT on squashfs-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and TingPing committed Nov 12, 2024
1 parent 7bd2016 commit 92a74c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squashfs-tools/squashfs-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "squashfs-tools",
"buildsystem": "simple",
"build-commands": [
"XZ_SUPPORT=1 LZO_SUPPORT=1 make -C squashfs-tools -j ${FLATPAK_BUILDER_N_JOBS} install INSTALL_DIR=${FLATPAK_DEST}/bin INSTALL_MANPAGES_DIR=${FLATPAK_DEST}/man/man1"
"XZ_SUPPORT=1 LZO_SUPPORT=1 ZSTD_SUPPORT=1 GZIP_SUPPORT=1 make -C squashfs-tools -j ${FLATPAK_BUILDER_N_JOBS} install INSTALL_DIR=${FLATPAK_DEST}/bin INSTALL_MANPAGES_DIR=${FLATPAK_DEST}/man/man1"
],
"cleanup": [
"/man"
Expand Down

0 comments on commit 92a74c7

Please sign in to comment.