1
0
Fork 0
forked from fun/fun

Removed sudo from ./make install as a dependency. (0.41.5)

You should run this command when you are root by su or something similiar.
This commit is contained in:
Johannes Findeisen 2026-04-27 09:12:18 +02:00
commit 7372365961

2
make
View file

@ -96,7 +96,7 @@ elif [ "$target" = "freebsd" ]; then
-DFUN_WITH_REPL=ON \
&& cmake --build build --target fun
elif [ "$target" = "install" ]; then
sudo cmake --build build --target install
cmake --build build --target install
elif [ "$target" = "minimal" ]; then
rm -rf build \
&& cmake -S . -B build \