diff --git a/clean-DATA-LOSS.sh b/clean-DATA-LOSS.sh index d46a95b2e986b5ae2aee23768af67fc7db5a1dbb..21dd9b1505737e25ff01e77fe9798606efd7cde1 100755 --- a/clean-DATA-LOSS.sh +++ b/clean-DATA-LOSS.sh @@ -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 diff --git a/ubuntu-15.10-local-install.sh b/ubuntu-15.10-local-install.sh index f834c9f588f31e558c6df370bd82eab4cd639108..c3ba5e21e11013eb014b65bec9438d17a9bc6ce5 100755 --- a/ubuntu-15.10-local-install.sh +++ b/ubuntu-15.10-local-install.sh @@ -86,4 +86,4 @@ cmake .. \ -DCMAKE_INSTALL_PREFIX="${INSTALL}/client-gnome" \ -DLibRingClient_DIR="${INSTALL}/lrc/lib/cmake/LibRingClient" make -sudo make install +make install