summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index a2691a6..d2e1a70 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -49,7 +49,7 @@ PARALLEL_MAKE = "-j 4"
49# 49#
50# This sets the default machine to be qemux86 if no other machine is selected: 50# This sets the default machine to be qemux86 if no other machine is selected:
51MACHINE ??= "qemux86" 51MACHINE ??= "qemux86"
52MACHINE_HOSTNAME ?= "b2qt-${MACHINE}" 52MACHINE_HOSTNAME ?= "b2qt-linux-${MACHINE}"
53 53
54# 54#
55# Where to place downloads 55# Where to place downloads