diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm index 792d2fb7aee..c257cb329ba 100644 --- a/gnu/system/shadow.scm +++ b/gnu/system/shadow.scm @@ -323,6 +323,7 @@ home-config")) ;; would just copy the symlinks as is. (for-each (match-lambda ((target source) + (mkdir-p (dirname target)) (copy-recursively source target))) '#$skeletons) ;; Make nanorc respect XDG_CONFIG_HOME.