BenitoJedai / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 1 forks source link

linux sdk tarball unpacks to the current directory #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. start from empty directory
1. wget 
http://build.chromium.org/f/client/nacl_archive/sdk/1243/naclsdk_linux.tgz
2. tar zxf naclsdk_linux.tgz
3. ls

What is the expected output?
native_client_sdk

What do you see instead?
AUTHORS
build_tools
COPYING
examples
LICENSE
naclsdk_linux.tgz
NOTICE
project_templates
README
third_party
toolchain

This is a bit lame. Please, observe that common linux tarballs are contained in 
a single directory with package name and version. 

Original issue reported on code.google.com by pa...@google.com on 9 Oct 2011 at 7:49

GoogleCodeExporter commented 8 years ago
This is by design due to the way that the new updater works.  If you would like 
to update the toolchain, please download nacl_sdk.zip and use that as a 
front-end for getting the latest SDK.

We strongly discourage downloading SDK builds directly from the build bots.

Original comment by mball@google.com on 10 Oct 2011 at 4:08