|
@ -12,5 +12,5 @@ compile_cmake() { |
|
|
compile_cmake_installbin() { |
|
|
compile_cmake_installbin() { |
|
|
local file="$1"; shift |
|
|
local file="$1"; shift |
|
|
compile_cmake_base $@ |
|
|
compile_cmake_base $@ |
|
|
install -D "$file" "$dir_install/$dir_prefix/bin/$_func_file" |
|
|
install -D "$file" "$dir_install/$dir_prefix/bin/$file" |
|
|
} |
|
|
} |
|
|