mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
xmonad: fix cp failure if libFiles with subdirectories
This commit is contained in:
parent
80546b220e
commit
7e91f2a0ba
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ in {
|
|||
cfg.libFiles)
|
||||
})
|
||||
for key in "''${!libFiles[@]}"; do
|
||||
mkdir -p "xmonad-config/lib/$(dirname "$key")"
|
||||
cp "''${libFiles[$key]}" "xmonad-config/lib/$key";
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue