mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
Fixed compilation after dir rework
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
PATH_APPS="$CUR_PATH/apps/"
|
||||
PATH_MODULES="$CUR_PATH/modules/"
|
||||
[ ! -d $PATH_MODULES/drassil/joiner ] && git clone https://github.com/drassil/joiner $PATH_MODULES/drassil/joiner -b master
|
||||
source "$PATH_MODULES/drassil/joiner/joiner.sh"
|
||||
[ ! -d $PATH_APPS/drassil/joiner ] && git clone https://github.com/drassil/joiner $PATH_APPS/drassil/joiner -b master
|
||||
source "$PATH_APPS/drassil/joiner/joiner.sh"
|
||||
|
||||
|
||||
# installing repository dependencies
|
||||
|
||||
Reference in New Issue
Block a user