Skip to content
Snippets Groups Projects
Commit 93ea5100 authored by Oliver Sander's avatar Oliver Sander Committed by Steffen Müthing
Browse files

Make the question on package enablement newbie-friendly


(cherry picked from commit 58221538)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent a3258cb2
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ while [ "$DATACORRECT" != "y" -a "$DATACORRECT" != "Y" ]; do
read -p "4) Maintainer's email address? " MAINTAINER
done
while [ "$ENABLE_ALL" != "y" -a "$ENABLE_ALL" != "N" ]; do
read -p "5) Enable all found packages? (This will result in a simplified build system. Read the doc in dune-common/cmake/modules/DuneEnableAllPackages.cmake for details.) [y/N]" ENABLE_ALL
read -p "5) Enable all available packages? (Choose 'y' if you don't understand the question.) [y/N]" ENABLE_ALL
done
echo
......
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