Merge pull request #1819 from atom/ks-linux

Linux tweaks
This commit is contained in:
Kevin Sawicki
2014-04-02 09:08:02 -07:00
4 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*.swp
*~
.DS_Store
.project
.svn

View File

@@ -1,5 +1,6 @@
fs = require 'fs'
path = require 'path'
fs = require 'fs-plus'
runas = null
module.exports = (grunt) ->
@@ -33,3 +34,5 @@ module.exports = (grunt) ->
# Create relative symbol link for apm.
process.chdir(binDir)
fs.symlinkSync(path.join('..', '..', 'share', 'atom', 'resources', 'app', 'apm', 'node_modules', '.bin', 'apm'), 'apm')
fs.chmodSync(path.join(shareDir, 'atom'), "755")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 191 KiB

2
vendor/apm vendored

Submodule vendor/apm updated: 2ce1206e67...8c4957c489