From 53d459271375a3fafb80f26d11ab13b00f468ef9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Jul 2018 15:44:58 +0200 Subject: Minor cleanup based on new function overloading semantics (reversal) --- build/root.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1