diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-14 19:38:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-10-14 20:36:06 +0300 |
commit | 0d1d47c5e183adc61dc60f735a1fe2422ca6c864 (patch) | |
tree | 986310117fb3d257f6b45c2ff724f7b554e8b7a1 /build | |
parent | fa624b451a7d21165fd064d03b70c96f51e6b27c (diff) |
Rename project/package from bpkg-rep to bpkg-util
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/export.build | 6 | ||||
-rw-r--r-- | build/root.build | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 557fee7..898aebc 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,7 +1,7 @@ # file : build/bootstrap.build # license : MIT; see accompanying LICENSE file -project = bpkg-rep +project = bpkg-util using version using config diff --git a/build/export.build b/build/export.build index 1ac1b48..2a15acc 100644 --- a/build/export.build +++ b/build/export.build @@ -3,12 +3,12 @@ $out_root/ { - include bpkg-rep/ + include bpkg-util/ } switch $import.target { - case exe{bpkg-rep-publish} + case exe{bpkg-util-publish} case bash{package-archive} - export $out_root/bpkg-rep/$import.target + export $out_root/bpkg-util/$import.target } diff --git a/build/root.build b/build/root.build index ae5e447..1cc51ca 100644 --- a/build/root.build +++ b/build/root.build @@ -5,4 +5,4 @@ # using bash -bpkg-rep/bash{*}: install.subdirs = true +bpkg-util/bash{*}: install.subdirs = true |