Skip to content

Commit

Permalink
Fix jm_root in install.sh for --docker-install path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmp1ce committed Dec 20, 2020
1 parent e57d35c commit 45296c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ main ()
if [ "$with_jmvenv" == 1 ]; then
jm_root="${jm_source}/jmvenv"
else
jm_root="${jm_source}"
jm_root=""
fi
jm_deps="${jm_source}/deps"
export PKG_CONFIG_PATH="${jm_root}/lib/pkgconfig:${PKG_CONFIG_PATH}"
Expand Down

0 comments on commit 45296c0

Please sign in to comment.