diff --git a/ubuntu_build.sh b/ubuntu_build.sh
index 977ff0760e51acafa60f9d31e07cebb3172be31f..e3ba4323cfc57f726c51b3a5db0ce64fab98a53a 100755
--- a/ubuntu_build.sh
+++ b/ubuntu_build.sh
@@ -30,8 +30,8 @@ cmake --build ./build_$BUILD_TYPE --target all
 cmake --install ./build_$BUILD_TYPE
 
 cp -rf ./Libs/PluginFramework/service ./install_$BUILD_TYPE/include/ctk-0.1
-rm -rf ../ctk/$BUILD_TYPE/ && mkdir ../ctk/$BUILD_TYPE/ && cp -rf ./install_$BUILD_TYPE/* ../ctk/$BUILD_TYPE/
-rm -rf ../ctk/$BUILD_TYPE/lib/ctk-0.1/CMake/
+rm -rf ../../ctk/$BUILD_TYPE/ && mkdir -p ../../ctk/$BUILD_TYPE/ && cp -rf ./install_$BUILD_TYPE/* ../../ctk/$BUILD_TYPE/
+rm -rf ../../ctk/$BUILD_TYPE/lib/ctk-0.1/CMake/
 
 # SuperBuild.cmake
 # INSTALL_COMMAND ${_INSTALL_CMD}
\ No newline at end of file