fix relative install path in deb lib
This commit is contained in:
parent
08091d72bc
commit
4bed9db16b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ add_dir_to_install(){
|
||||||
|
|
||||||
for file in "${dir_files[@]}"
|
for file in "${dir_files[@]}"
|
||||||
do
|
do
|
||||||
add_system_file_placement "${rel_install_path}/${file}" "${INSTALL_ROOT}/$rel_install_path"
|
add_system_file_placement "${rel_install_path}/${file}" "${INSTALL_ROOT}/$rel_install_path/$file"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue