Index: build/download_nacl_irt.py |
diff --git a/build/download_nacl_irt.py b/build/download_nacl_irt.py |
index 35bcb9a7aa7de4c7760b4b1c8ab78c5739e1a2d9..0f6ead4b820e4eb32976a5f63d995da5580b10b0 100644 |
--- a/build/download_nacl_irt.py |
+++ b/build/download_nacl_irt.py |
@@ -163,7 +163,7 @@ def Main(): |
dest_dir = os.path.join(nacl_dir, 'irt_binaries') |
if not os.path.exists(dest_dir): |
os.makedirs(dest_dir) |
- dest_path = os.path.join(dest_dir, 'irt_%s.nexe' % arch) |
+ dest_path = os.path.join(dest_dir, 'nacl_irt_%s.nexe' % arch) |
DownloadFileWithRetry(dest_path, url) |
downloaded_hash = HashFile(dest_path) |
if downloaded_hash != expected_hash: |