Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
updated to make directory if necessary (git cannot add empty dir)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed May 28, 2011
1 parent c47d38d commit dd12e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MobileCouchbase/Scripts/download_couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo "Building..."
cd "${TARGET_TEMP_DIR}"
echo "Downloading file to ${TARGET_TEMP_DIR}"
`curl -O "http://hexeditreality.com/sites/default/files/iOSCouchbase.zip"`
mkdir -p "${PROJECT_DIR}/Products/"
cd "${PROJECT_DIR}/Products"
echo "Extracting files to ${PROJECT_DIR}/Products"
unzip "${TARGET_TEMP_DIR}/iOSCouchbase.zip"
Expand Down

0 comments on commit dd12e2f

Please sign in to comment.