Skip to content

Commit 494617a

Browse files
committed
rootless build.sh
Signed-off-by: zhuangbowei.zbw <zhuangbowei.zbw@alibaba-inc.com>
1 parent f8664dd commit 494617a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd build
1818
--disable-uuidd --disable-fuse2fs --disable-fsck --disable-e2initrd-helper \
1919
CFLAGS="-fPIC -O3" CXXFLAGS="-fPIC -O3" --prefix=`pwd`/${VERSION}
2020
make -j8
21-
sudo make install
21+
make install-libs
2222

2323
mkdir libext2fs libext2fs/include libext2fs/lib
2424
cp -r ${VERSION}/include/ext2fs libext2fs/include
@@ -29,4 +29,4 @@ else
2929
tar -zcf libext2fs.tar.gz libext2fs
3030
fi
3131

32-
echo "done"
32+
echo "done"

0 commit comments

Comments
 (0)