Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 42ff68fc52..7db73998ef 100755
--- a/configure
+++ b/configure
@@ -284,7 +284,8 @@ fi
configure_packages
[ $? -eq 1 ] && exit 1
-echo -n "SUBDIRS = " > config.make
+echo "PROFILE = $profile" > config.make
+echo -n "SUBDIRS = " >> config.make
echo Configuration Summary
echo ---------------------