Browse Source

Forgot changing variable name

master
mid-kid 9 years ago
parent
commit
8f7dfc3df2
  1. 4
      satellites/functions/compile/cmake.sh

4
satellites/functions/compile/cmake.sh

@ -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"
} }

Loading…
Cancel
Save