We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8664dd + 494617a commit b4cf6c7Copy full SHA for b4cf6c7
build.sh
@@ -18,7 +18,7 @@ cd build
18
--disable-uuidd --disable-fuse2fs --disable-fsck --disable-e2initrd-helper \
19
CFLAGS="-fPIC -O3" CXXFLAGS="-fPIC -O3" --prefix=`pwd`/${VERSION}
20
make -j8
21
-sudo make install
+make install-libs
22
23
mkdir libext2fs libext2fs/include libext2fs/lib
24
cp -r ${VERSION}/include/ext2fs libext2fs/include
@@ -29,4 +29,4 @@ else
29
tar -zcf libext2fs.tar.gz libext2fs
30
fi
31
32
-echo "done"
+echo "done"
0 commit comments