diff options
-rwxr-xr-x | script/rootstrap_gen_1.0.sh | 2 | ||||
-rwxr-xr-x | script/rootstrap_gen_1.0_64.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/script/rootstrap_gen_1.0.sh b/script/rootstrap_gen_1.0.sh index 113f077..7978770 100755 --- a/script/rootstrap_gen_1.0.sh +++ b/script/rootstrap_gen_1.0.sh @@ -151,7 +151,7 @@ function copy_package_config() if [[ ! -f "${src_pc_file_path}" ]]; then log "+ no pkgconfig file(${src_pc_file_path})" - return 1 + continue fi mkdir -p ${dest_pc_path} diff --git a/script/rootstrap_gen_1.0_64.sh b/script/rootstrap_gen_1.0_64.sh index 6eee14e..a5d3d11 100755 --- a/script/rootstrap_gen_1.0_64.sh +++ b/script/rootstrap_gen_1.0_64.sh @@ -151,7 +151,7 @@ function copy_package_config() if [[ ! -f "${src_pc_file_path}" ]]; then log "+ no pkgconfig file(${src_pc_file_path})" - return 1 + continue fi mkdir -p ${dest_pc_path} |