make sdk package sdk only
fix dependencies between packages re-disable upgrade test another fi to add_dir_to_install fix sdk package name update the package name functino in monikers
This commit is contained in:
parent
4bed9db16b
commit
1c38b17f8b
6 changed files with 42 additions and 9 deletions
|
@ -107,7 +107,8 @@ add_dir_to_install(){
|
|||
|
||||
for file in "${dir_files[@]}"
|
||||
do
|
||||
add_system_file_placement "${rel_install_path}/${file}" "${INSTALL_ROOT}/$rel_install_path/$file"
|
||||
file_rel_dir="$(dirname $file)"
|
||||
add_system_file_placement "${rel_install_path}/${file}" "${INSTALL_ROOT}/$rel_install_path/${file_rel_dir}"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue