From 0e9417e66950602f6dabed9befdb53acb98c7a59 Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 9 Jan 2020 07:16:31 +0000 Subject: [PATCH] [Linux] Minor script fix --- linux/getmangos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/getmangos.sh b/linux/getmangos.sh index fccd98f12..321db8ff3 100644 --- a/linux/getmangos.sh +++ b/linux/getmangos.sh @@ -3,7 +3,7 @@ # MaNGOS Build Automation Script # # Written By: Ryan Ashley # # Updated By: Cedric Servais # -# Copyright (c) 2014-2019 MaNGOS Project # +# Copyright (c) 2014-2020 MaNGOS Project # # https://getmangos.eu/ # # # # This program is free software; you can redistribute it and/or modify # @@ -411,7 +411,7 @@ function GetRelease() ;; 5) SRCPATH="$ROOTPATH/five/src" - INSTPATH="$ROOTPATH/fice" + INSTPATH="$ROOTPATH/five" DB_PREFIX="five" ;; *)