[packaging/kde-buildstream] elements/components: runc: fix path
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5253b3ea7ebcfaef108c4b9fe7d7035d8f238287 by Harald Sitter.
Committed on 30/07/2026 at 04:26.
Pushed by sitter into branch 'master'.
runc: fix path
it's actually relative not absolute
M +1 -1 elements/components/runc.bst
https://invent.kde.org/packaging/kde-buildstream/-/commit/5253b3ea7ebcfaef108c4b9fe7d7035d8f238287
diff --git a/elements/components/runc.bst b/elements/components/runc.bst
index dc76206..884b5d9 100644
--- a/elements/components/runc.bst
+++ b/elements/components/runc.bst
@@ -17,7 +17,7 @@ depends:
- components/libpathrs.bst
variables:
- make-install: make -j1 BINDIR=%{install-root}/bin %{make-install-args}
+ make-install: make -j1 BINDIR=%{prefix}/bin %{make-install-args}
sources:
- kind: git_repo