diff --git a/build.sh b/build.sh index a445bd088..e8373b779 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ cd build --disable-uuidd --disable-fuse2fs --disable-fsck --disable-e2initrd-helper \ CFLAGS="-fPIC -O3" CXXFLAGS="-fPIC -O3" --prefix=`pwd`/${VERSION} make -j8 -sudo make install +make install-libs mkdir libext2fs libext2fs/include libext2fs/lib cp -r ${VERSION}/include/ext2fs libext2fs/include @@ -29,4 +29,4 @@ else tar -zcf libext2fs.tar.gz libext2fs fi -echo "done" \ No newline at end of file +echo "done"