diff options
author | Tony Theodore <tonyt@logyst.com> | 2014-04-15 09:47:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-04-15 09:47:44 (GMT) |
commit | 0fe8949441d4b5c3de9cf3c30d6abe14625fda18 (patch) | |
tree | 6cc760a2cc59d20a904e2e4f2aab1594674f9778 /tools/s3-fetch-and-sync | |
parent | 6d6e255dbfd6f67fc66cb8b289c7ddb2c9420615 (diff) | |
download | mxe-0fe8949441d4b5c3de9cf3c30d6abe14625fda18.zip mxe-0fe8949441d4b5c3de9cf3c30d6abe14625fda18.tar.gz mxe-0fe8949441d4b5c3de9cf3c30d6abe14625fda18.tar.bz2 |
s3-fetch-and-sync: use clean-junk instead of clean-pkg
Diffstat (limited to 'tools/s3-fetch-and-sync')
-rwxr-xr-x | tools/s3-fetch-and-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/s3-fetch-and-sync b/tools/s3-fetch-and-sync index 12d352b..59a6532 100755 --- a/tools/s3-fetch-and-sync +++ b/tools/s3-fetch-and-sync @@ -5,5 +5,5 @@ cd ~/mxe && git pull cd ~/mxe && make download -cd ~/mxe && make clean-pkg +cd ~/mxe && make clean-junk s3cmd sync --acl-public ~/mxe/pkg/* s3://mxe-pkg/ |