aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/libcap.az
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-01 14:25:30 +0900
committerOphestra <cat@gensokyo.uk>2026-07-01 15:03:26 +0900
commit3975dd3e0f6d446241841cdf5c011d4f5f77b5eb (patch)
tree80818b60350262b18966138057cb47127ba8694d /internal/rosa/package/libcap.az
parent3ab7116b29750824c7d77b7dd43f20db88aac7db (diff)
internal/rosa: create /bin symlinks via helper
This centralises the workaround for surprisingly common buggy scripts with nonstandard hardcoded paths. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libcap.az')
-rw-r--r--internal/rosa/package/libcap.az4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/libcap.az b/internal/rosa/package/libcap.az
index 3816bc5d..6f6eb355 100644
--- a/internal/rosa/package/libcap.az
+++ b/internal/rosa/package/libcap.az
@@ -12,6 +12,7 @@ package libcap {
};
// uses source tree as scratch space
+ enterSource = true;
writable = true;
chmod = true;
@@ -20,8 +21,7 @@ package libcap {
"lib=lib",
];
- early = "\nln -s ../system/bin/bash /bin/\n";
-
+ bin = [ "bash" ];
exec = make {
skipConfigure = true;
inPlace = true;