Skip to content

Commit

Permalink
Update buidlibfuse.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy authored May 21, 2020
1 parent efa7a94 commit b0c321d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ExFAT/buidlibfuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ CUR="$PWD"
rm -rf libfuse
rm -rf LIBFUSE

unzip mirrors-libfuse-fuse-2.9.9.zip
if [ -e mirrors-libfuse-fuse-2.9.9.zip ]; then
unzip mirrors-libfuse-fuse-2.9.9.zip
cd libfuse
else
unzip libfuse-fuse-2.9.9.zip
cd libfuse-fuse-2.9.9
fi


cd libfuse
./makeconf.sh

./configure --prefix="$CUR/LIBFUSE"
Expand Down

0 comments on commit b0c321d

Please sign in to comment.