diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-24 16:02:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-24 16:02:54 +0900 |
| commit | 6c2da4c4b2cf896a28bec6311cfaaac47749d674 (patch) | |
| tree | 216076ab05573516c66156aa4ca5748de14223bb /internal/rosa/all.go | |
| parent | 90f915a708c7684446e4ad6bfd96989c6c59cb49 (diff) | |
internal/rosa: libcap artifact
Required by fakeroot. Quite refreshing to package a non-autotools project.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 532264b6..381d887b 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -46,6 +46,7 @@ const ( KernelSource Kmod LibXau + Libcap Libexpat Libiconv Libpsl @@ -171,6 +172,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "kernel-source": KernelSource, "kmod": Kmod, "libXau": LibXau, + "libcap": Libcap, "libexpat": Libexpat, "libiconv": Libiconv, "libpsl": Libpsl, |
