aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-26 13:07:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-26 13:07:39 +0200
commit04b899e62262ce4bdb979c2cde758f087c08b645 (patch)
treefccaa60ffdeba7186ce00970aefef5baa09c8334
parentebf99dc0f5bbe12afee364000abcbef4f7d21c55 (diff)
Adjust to match new bash module semantics
-rw-r--r--bpkg-util/package-archive.bash.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg-util/package-archive.bash.in b/bpkg-util/package-archive.bash.in
index f0b88e7..ba73a15 100644
--- a/bpkg-util/package-archive.bash.in
+++ b/bpkg-util/package-archive.bash.in
@@ -9,7 +9,7 @@ else
bpkg_util_package_archive=true
fi
-@import libbutl/manifest-parser@
+@import libbutl.bash/manifest-parser@
# We expect the user to set the bpkg_util_bpkg variable to the bpkg program
# path.