You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to allow symlinks, people might use those. It's only dangling symlinks that install gets upset about.
To check for dangling symlinks with bash [] or [[]], one would use -e for existence. But it's probably best to outsource the traversing of the directory to find with the right parameters.
A concrete, non-contrived example would be the result links that
nix-build
leaves lying around, and which are dangling when in the build sandbox.Solution: Remove all dangling symlinks in
postUnpack
.The text was updated successfully, but these errors were encountered: