From 494617a0c1b2f53b1e782d5cb898cfc853924ac6 Mon Sep 17 00:00:00 2001 From: "zhuangbowei.zbw" Date: Mon, 14 Apr 2025 16:30:49 +0800 Subject: [PATCH] rootless build.sh Signed-off-by: zhuangbowei.zbw --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"