From 58221538c5ca6dcf8850af9c301d31dfecd43917 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Tue, 12 May 2015 11:57:18 +0200 Subject: [PATCH] Make the question on package enablement newbie-friendly --- bin/duneproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/duneproject b/bin/duneproject index dd81ba29b..01a29cd79 100755 --- a/bin/duneproject +++ b/bin/duneproject @@ -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 -- GitLab