From e82239e82f4a11510330eed0a40dd8bdeb72713e Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 11 Jan 2012 11:17:12 +0100 Subject: [PATCH] let user know that he should really do not touch this file --- config/layout.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/layout.conf b/config/layout.conf index 67e1411..e01ce4b 100644 --- a/config/layout.conf +++ b/config/layout.conf @@ -1,3 +1,7 @@ +# ATTENTION: This file contains internal EzBuild paths only. BETTER DO NOT EDIT THIS FILE +# UNLESS YOU KNOW WHAT YOU ARE DOING! When anything needs to be changed it is better to +# set common.conf and one of the following: ezbuild.conf or ezsync.conf files! Hallelujah! + # Specifies the path to the directory that will contain any temporary created executable # files, necessary for EzBuild to operate correctly. BINDIR="${TEMPDIR}/bin"