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 17:29:48 +0200
commit64108a67f90ef60f54ea65a0c96d45742a650ab3 (patch)
treeb276188c24ad221f231b39c0b4256f560f44e0eb /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/");