Skip to content
Snippets Groups Projects
Commit 4aff8a14 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add sudo command on configure

This is needed because some python things are written into install prefix directly
parent 1ef0bde3
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -163,7 +163,7 @@ for module in $MODULES; do
fi
# configure, build, and install module
$DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module all
$SUDOCMD $DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module all
$SUDOCMD $DUNECONTROL --opts=${DUNE_OPTIONS_FILE} --only=dune-$module bexec cmake --build . --target install
# we want to know where the build dir is located
......
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