home · contact · privacy
Fix.
[config] / buster / setup_scripts / copy_dirtree.sh
index ff4d5b4eaecc68f58e42f3919ffee048e6f3fc7d..f8817aa9d174622da95a24498c10b44c7e4db9c9 100755 (executable)
@@ -21,6 +21,7 @@ config_tree_prefix="${HOME}/config/buster"
 etc_files_dir="${config_tree_prefix}/etc_files"
 
 for target_module in "$@"; do
+    mkdir -p "${source_root}/${target_module}"
     cd "${source_root}/${target_module}"
     for path in $(find . -type f); do
         target_path="${target_root}"$(echo "${path}" | cut -c2-)