Skip to content

Commit

Permalink
Merge pull request #1 from mcgoooo/master
Browse files Browse the repository at this point in the history
make sure the bin directory exists
  • Loading branch information
alex88 committed Mar 21, 2014
2 parents 6c1b00a + e859468 commit a776db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ $? != 0 ]; then
echo "Error downloading vips and unpacking to app dir" | indent
exit 1
fi

mkdir -p $BUILD_DIR/bin/
cp -r $output_dir/bin/* $BUILD_DIR/bin/

echo "libvips installed" | indent
Expand Down

0 comments on commit a776db0

Please sign in to comment.