diff --git a/fetch_dependencies.sh b/fetch_dependencies.sh index b7cf21d..32173f9 100755 --- a/fetch_dependencies.sh +++ b/fetch_dependencies.sh @@ -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