diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 58c6b222..b3067a79 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -14,7 +14,7 @@ VESTA_VER='0.9.8-25' # Set compiling directory BUILD_DIR="/usr/src/$DEB_NAME" -INSTALL_DIR="/usr/local/vesta/$DEB_NAME" +INSTALL_DIR="/usr/local/vesta" # Set git repository raw path GIT_SRC='https://raw.githubusercontent.com/myvesta/vesta/master/src'