summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-03-09 18:07:38 -0600
committerAlejandro Soto <alejandro@34project.org>2026-03-09 18:07:38 -0600
commit0362e95bc2c3e59f92108fb30d7a60a20c246ccf (patch)
tree4e98994d6e97a935d1d2de205e904e51fc2e592d /pkgs
parent85d28c94bffea2291fc5302e490a1828f61bbe33 (diff)
trivionomicon: athena-bccr: fix /etc/SCMiddleware symlink in gaudi FHS env
Diffstat (limited to '')
-rw-r--r--pkgs/athena-bccr/unwrapped.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/athena-bccr/unwrapped.nix b/pkgs/athena-bccr/unwrapped.nix
index 848ea3e..bf99a84 100644
--- a/pkgs/athena-bccr/unwrapped.nix
+++ b/pkgs/athena-bccr/unwrapped.nix
@@ -151,6 +151,7 @@
install -m755 usr/lib/SCMiddleware/SCManager $out/bin
install -m755 usr/lib/SCMiddleware/{*.so,idocachesrv} $lib/lib/SCMiddleware
cp -r etc/id* $lib/etc
+ ln -s ../lib/SCMiddleware $lib/etc
runHook postInstall
'';