|
@ -10,7 +10,7 @@ compile_cmake() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
compile_cmake_installbin() { |
|
|
compile_cmake_installbin() { |
|
|
_func_file="$1"; shift |
|
|
_func_file="$1"; shift |
|
|
compile_cmake_base $@ |
|
|
compile_cmake_base $@ |
|
|
install -D "$_func_file" "$dir_install/$prefix/bin/$_file" |
|
|
install -D "$_func_file" "$dir_install/$prefix/bin/$_func_file" |
|
|
} |
|
|
} |
|
|