diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-03-09 18:07:38 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-03-09 18:07:38 -0600 |
| commit | 0362e95bc2c3e59f92108fb30d7a60a20c246ccf (patch) | |
| tree | 4e98994d6e97a935d1d2de205e904e51fc2e592d /pkgs | |
| parent | 85d28c94bffea2291fc5302e490a1828f61bbe33 (diff) | |
trivionomicon: athena-bccr: fix /etc/SCMiddleware symlink in gaudi FHS env
Diffstat (limited to '')
| -rw-r--r-- | pkgs/athena-bccr/unwrapped.nix | 1 |
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 ''; |
