aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build6
-rw-r--r--build/root.build2
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