Skip to content

Commit

Permalink
add second patch to address issue devttys0#36; should be coalesced in…
Browse files Browse the repository at this point in the history
…to one full/clean patch
  • Loading branch information
mzpqnxow committed Jan 13, 2022
1 parent 3e0cc40 commit 6854267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6854267

Please sign in to comment.