mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
rosenthal: alloy-bin: Make exectuable.
* modules/rosenthal/packages/binaries.scm (alloy-bin): [arguments]: Make the binary exectuable.
This commit is contained in:
parent
eabcecfe5c
commit
4f027bc456
@ -467,7 +467,8 @@ rather a set of labels for each log stream.")
|
||||
(dest (in-vicinity #$output "bin"))
|
||||
(ld.so (search-input-file inputs #$(glibc-dynamic-linker))))
|
||||
(with-directory-excursion dest
|
||||
(invoke "patchelf" "--set-interpreter" ld.so name))))))))
|
||||
(invoke "patchelf" "--set-interpreter" ld.so name)
|
||||
(chmod name #o555))))))))
|
||||
(native-inputs (list patchelf unzip))
|
||||
(synopsis
|
||||
"OpenTelemetry Collector distribution with programmable pipelines")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user