diff options
-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 |