Skip to content
Snippets Groups Projects
Commit 1bf461f6 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Add capsule-symbols to the relocatable installation

parent 56986758
Branches
Tags
No related merge requests found
...@@ -105,8 +105,10 @@ in-sysroot/install-%: ...@@ -105,8 +105,10 @@ in-sysroot/install-%:
eval "$$(dpkg-architecture -a"$*" --print-set)"; \ eval "$$(dpkg-architecture -a"$*" --print-set)"; \
mkdir -p "relocatable-install/lib/$${DEB_HOST_MULTIARCH}"; \ mkdir -p "relocatable-install/lib/$${DEB_HOST_MULTIARCH}"; \
install "_build/$*/libcapsule/capsule-capture-libs" "_build/$${DEB_HOST_MULTIARCH}-capsule-capture-libs"; \ install "_build/$*/libcapsule/capsule-capture-libs" "_build/$${DEB_HOST_MULTIARCH}-capsule-capture-libs"; \
install "_build/$*/libcapsule/capsule-symbols" "_build/$${DEB_HOST_MULTIARCH}-capsule-symbols"; \
chrpath -r "\$${ORIGIN}/../lib/$${DEB_HOST_MULTIARCH}" "_build/$${DEB_HOST_MULTIARCH}"-*; \ chrpath -r "\$${ORIGIN}/../lib/$${DEB_HOST_MULTIARCH}" "_build/$${DEB_HOST_MULTIARCH}"-*; \
install "_build/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" relocatable-install/bin; \ install "_build/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" relocatable-install/bin; \
install "_build/$${DEB_HOST_MULTIARCH}-capsule-symbols" relocatable-install/bin; \
mkdir -p _build/$*/lib; \ mkdir -p _build/$*/lib; \
"relocatable-install/bin/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" \ "relocatable-install/bin/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" \
--dest=_build/$*/lib \ --dest=_build/$*/lib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment