fix fetch_dependencies
This commit is contained in:
@@ -47,10 +47,11 @@ fi
|
||||
|
||||
if [[ ! -e libs/$lib_artgaphic ]]
|
||||
then
|
||||
lib_artgaphic_source_file=../../sharedrawweb/dist/lib/$lib_artgaphic
|
||||
lib_artgaphic_source_file=../sharedrawweb/dist/lib/$lib_artgaphic
|
||||
if [[ -f $lib_artgaphic_source_file ]]
|
||||
then
|
||||
ln -s $lib_artgaphic_source_file libs/
|
||||
# ../ since libs is one level below current project
|
||||
ln -s ../$lib_artgaphic_source_file libs/
|
||||
else
|
||||
log_error "Missing $lib_artgaphic_source_file. It is require to build it sharedrawweb project first"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user