aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-16 15:44:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-16 15:44:58 +0200
commit53d459271375a3fafb80f26d11ab13b00f468ef9 (patch)
tree234befe9cd5cb84ffad32cd73b3426fd8ebb6575
parent1f2a98dec70699905cf1a4c9ba48ad6397448a9a (diff)
Minor cleanup based on new function overloading semantics (reversal)
-rw-r--r--build/root.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index d0d4e08..236b359 100644
--- a/build/root.build
+++ b/build/root.build
@@ -12,5 +12,5 @@
#
define bash: file
bash{*}: extension = bash
-bash{*}: install = bin/([string] $path.base([path] $project))/
+bash{*}: install = bin/$path.base($project)/
bash{*}: install.mode = 644