Skip to content

Commit

Permalink
*made the installer init submodules before building
Browse files Browse the repository at this point in the history
  • Loading branch information
pd-l2ork committed Nov 3, 2015
1 parent bd1b58b commit 2c34fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l2ork_addons/tar_em_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ if [ $full -gt 0 -o $deb -gt 0 ]
then
echo "Pd-L2Ork full installer... IMPORTANT! To ensure you have the most up-to-date submodules, this process requires internet connection to pull sources from various repositories..."

# init all submodules (only necessary the first time)
git submodule init

if [ -d .git ]; then
# check if Gem submodule is empty, and if so do first init
if [ "$(ls -A Gem)" ]; then
Expand Down

0 comments on commit 2c34fb4

Please sign in to comment.