mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
Fixed compilation after dir rework
This commit is contained in:
parent
b24a2ea13e
commit
c64f8d8e82
75 changed files with 276 additions and 938 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue