diff options
author | humper <humper@google.com> | 2014-09-17 08:42:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-17 08:42:46 -0700 |
commit | 9a0267fa9aa1dab078ab67b40b647de5be80696f (patch) | |
tree | ba1eac7d5602378798fc91e43b48c559f3b09930 /experimental/webtry/setup | |
parent | a7dc0a83f0b59424a61e01bf3435cd7957e84e35 (diff) |
gyp build of skfiddle apps, take 2
BUG=skia:
R=jcgregorio@google.com
Author: humper@google.com
Review URL: https://codereview.chromium.org/553333004
Diffstat (limited to 'experimental/webtry/setup')
-rwxr-xr-x | experimental/webtry/setup/continue_install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/webtry/setup/continue_install b/experimental/webtry/setup/continue_install index 7891be4d53..1959ee78a8 100755 --- a/experimental/webtry/setup/continue_install +++ b/experimental/webtry/setup/continue_install @@ -30,6 +30,7 @@ export GOPATH=$HOME/golib export PATH=$PATH:$GOROOT/bin mkdir /home/webtry/cache +mkdir /home/webtry/cache/src mkdir /home/webtry/inout chmod 777 /home/webtry/inout |