diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-16 15:44:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-16 15:44:58 +0200 |
commit | 53d459271375a3fafb80f26d11ab13b00f468ef9 (patch) | |
tree | 234befe9cd5cb84ffad32cd73b3426fd8ebb6575 /build/root.build | |
parent | 1f2a98dec70699905cf1a4c9ba48ad6397448a9a (diff) |
Minor cleanup based on new function overloading semantics (reversal)
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 2 |
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 |