Skip to content

Commit 92a74c7

Browse files
Boria138TingPing
authored andcommitted
Enable ZSTD_SUPPORT and GZIP_SUPPORT on squashfs-tools
1 parent 7bd2016 commit 92a74c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

squashfs-tools/squashfs-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "squashfs-tools",
33
"buildsystem": "simple",
44
"build-commands": [
5-
"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"
5+
"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"
66
],
77
"cleanup": [
88
"/man"

0 commit comments

Comments
 (0)