mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge 571e313198
into 693840c01b
This commit is contained in:
commit
bb2ffe1261
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ in
|
|||
if [[ -d $source ]]; then
|
||||
if [[ $recursive ]]; then
|
||||
mkdir -p "$target"
|
||||
lndir -silent "$source" "$target"
|
||||
lndir -silent -ignorelinks "$source" "$target"
|
||||
else
|
||||
ln -s "$source" "$target"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue