mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
sane module: make warning more explicit
This commit is contained in:
parent
6c651604f4
commit
4979541cad
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
||||
function symlink () {
|
||||
local target=$1 linkname=$2
|
||||
if [ -e "$linkname" ]; then
|
||||
echo "warning: conflict for $linkname. Overriding."
|
||||
echo "warning: conflict for $linkname. Overriding $(readlink $linkname) with $target."
|
||||
fi
|
||||
ln -sfn "$target" "$linkname"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user