From f3988e5ccb33541922c662949513de7d21266e55 Mon Sep 17 00:00:00 2001 From: dpeca Date: Mon, 12 Aug 2019 00:37:59 +0200 Subject: [PATCH] Update vesta_compile.sh --- src/deb/vesta_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'