From d5ef538af67856f9a4ed32a63c20414e1adcc8b6 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 17 Aug 2019 19:26:15 +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 e8baba7a..5782dbc1 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -250,7 +250,7 @@ if [ "$CWEB_B" = true ]; then echo "=== Copying files" mkdir -p $PATH_OF_C_WEB_FOLDER - cp -rf /root/vesta/install/debian/$TARGET_DEB_VER/* $PATH_OF_C_WEB_FOLDER + cp -rf /root/vesta/install/debian/* $PATH_OF_C_WEB_FOLDER_ROOT/debian if [ ! -f "$PATH_OF_C_WEB_FOLDER_ROOT/deb_signing.key" ]; then cp /root/vesta/install/debian/$TARGET_DEB_VER_MAIN/deb_signing.key $PATH_OF_C_WEB_FOLDER_ROOT/deb_signing.key fi