Skip to content

Commit 3388534

Browse files
committed
1.0.0-RC10
1 parent 9911ea7 commit 3388534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeos-cross-toolchain",
3-
"version": "1.0.0-RC2.9",
3+
"version": "1.0.0-RC2.10",
44
"description": "Cross-toolchain to build NodeOS based on Compressed Linux From Scratch Embedded",
55
"bin": {
66
"addr2line": "bin/addr2line",

scripts/prepublish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ if(npm_config_argv && JSON.parse(npm_config_argv).original[0] === 'publish')
2020
// Re-create the symlinks stubs
2121
bins.forEach(function(file)
2222
{
23-
fs.writeFileSync(DIR+'/'+file, bypass, {mode: 0o555})
23+
fs.writeFileSync(DIR+'/'+file, bypass, {mode: 0o755})
2424
})
2525
})

0 commit comments

Comments
 (0)