[packaging/kde-buildstream] elements/components: runc: do not break sbin by making it a directory
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 77e302aa2cd2bff1dfe9ec2f68b672f0ba950341 by Harald Sitter.
Committed on 29/07/2026 at 22:04.
Pushed by sitter into branch 'master'.
runc: do not break sbin by making it a directory
use bin instead. sbin is a symlink to bin
M +3 -0 elements/components/runc.bst
https://invent.kde.org/packaging/kde-buildstream/-/commit/77e302aa2cd2bff1dfe9ec2f68b672f0ba950341
diff --git a/elements/components/runc.bst b/elements/components/runc.bst
index 5765bc7..dc76206 100644
--- a/elements/components/runc.bst
+++ b/elements/components/runc.bst
@@ -16,6 +16,9 @@ depends:
- freedesktop-sdk.bst:components/libseccomp.bst
- components/libpathrs.bst
+variables:
+ make-install: make -j1 BINDIR=%{install-root}/bin %{make-install-args}
+
sources:
- kind: git_repo
url: github:opencontainers/runc.git