Skip to content

Commit b4cf6c7

Browse files
authored
Merge pull request #8 from WaberZhuang/master
rootless build.sh
2 parents f8664dd + 494617a commit b4cf6c7

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)