From 68542671857e19bb6f165877ca33656df79309a4 Mon Sep 17 00:00:00 2001 From: Adam Greene Date: Thu, 13 Jan 2022 13:09:06 -0500 Subject: [PATCH] add second patch to address issue #36; should be coalesced into one full/clean patch --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index b1bc341..b55de08 100755 --- a/build.sh +++ b/build.sh @@ -33,5 +33,7 @@ tar -zxvf squashfs4.3.tar.gz # Patch, build, and install the source cd squashfs4.3 patch -p0 < ../patches/patch0.txt +# Issue #36 +patch -p0 < ../patches/patch1.txt cd squashfs-tools make && $SUDO make install