summaryrefslogtreecommitdiff
path: root/cli/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'cli/build/root.build')
-rw-r--r--cli/build/root.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/cli/build/root.build b/cli/build/root.build
index 6132356..0753a9e 100644
--- a/cli/build/root.build
+++ b/cli/build/root.build
@@ -34,6 +34,7 @@ test.target = $cxx.target
#
# Note that cat is a builtin which means this is both portable and fast.
#
-copyright = $process.run_regex(cat $src_root/LICENSE, \
- 'Copyright \(c\) (.+)\.', \
- '\1')
+if ($build.mode != 'skeleton')
+ copyright = $process.run_regex(cat $src_root/LICENSE, \
+ 'Copyright \(c\) (.+)\.', \
+ '\1')