aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-archive.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-08 13:56:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-08 13:56:03 +0200
commit9332a219b62dbe5cea9413a6dd5d2c44c8eb9df9 (patch)
tree829d0d68deb691d81922b53d0194239ab43874a2 /bpkg/system-package-manager-archive.cxx
parent6a8953c64aaf7cfcd081f0750dcfb9c89aea49e7 (diff)
Handle exported buildfile installation in pkg-bindist
Diffstat (limited to 'bpkg/system-package-manager-archive.cxx')
-rw-r--r--bpkg/system-package-manager-archive.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/system-package-manager-archive.cxx b/bpkg/system-package-manager-archive.cxx
index 1278330..2639bb1 100644
--- a/bpkg/system-package-manager-archive.cxx
+++ b/bpkg/system-package-manager-archive.cxx
@@ -430,6 +430,7 @@ namespace bpkg
add ("include_arch=include/");
add ("share=data_root/share/");
add ("data=share/<private>/<project>/");
+ add ("buildfile=share/build2/export/<project>/");
add ("doc=share/doc/<private>/<project>/");
add ("legal=doc/");