修复repo依赖路径

This commit is contained in:
whyour
2021-11-10 10:35:53 +08:00
parent 8481d81257
commit 1545cde58a
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ gen_list_repo() {
results=$(eval $cmd | sed 's/^..//' | egrep $dependence)
for _file in ${results}; do
file_path=$(dirname $_file)
make_dir "${dir_scripts}/${file_path}"
make_dir "${dir_scripts}/${uniq_path}/${file_path}"
cp -f $_file "${dir_scripts}/${uniq_path}/${file_path}"
done
fi