Skip to content
Snippets Groups Projects
Commit 2582c1c0 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

Remove sudo from client install

parent 27438ff4
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,4 @@
# Remove everything that is not git tracked on the submodules.
# May cause data loss.
git submodule foreach git clean -dffX
# sudo here because of: https://tuleap.ring.cx/plugins/tracker/?aid=301
sudo rm -rf install *.log *.pid
rm -rf install *.log *.pid
......@@ -86,4 +86,4 @@ cmake .. \
-DCMAKE_INSTALL_PREFIX="${INSTALL}/client-gnome" \
-DLibRingClient_DIR="${INSTALL}/lrc/lib/cmake/LibRingClient"
make
sudo make install
make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment