We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbe07d commit 4d2d08bCopy full SHA for 4d2d08b
install.sh
@@ -271,7 +271,7 @@ if $INSTALL ; then
271
# If this is a git repo, make sure that the Chipmunk submodule is checked out and current.
272
git submodule update --init 1>>"${ERROR_LOG}" 2>>"${ERROR_LOG}"
273
check_status
274
- elif [[ ! -d "$SCRIPT_DIR/external/Chipmunk" ]]; then
+ elif [[ ! -d "$SCRIPT_DIR/external/Chipmunk/src" ]]; then
275
# Not a git repo, download Chipmunk files.
276
echo -n "...downloading Chipmunk files, please wait"
277
DOWNLOAD_DIR="$SCRIPT_DIR/external"
0 commit comments