diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:29:18 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:29:18 +0200 |
commit | fc84827219eb4d18edd36e6da4a1c05539167847 (patch) | |
tree | 14dbb7e6934ef6334e489b57bfb72e4e5673d262 /app-editors/atom/files | |
parent | a5d4f459b596b819de5d3bad4dc3dbdd7bf34fc2 (diff) |
Added editor/atom package
Diffstat (limited to 'app-editors/atom/files')
-rw-r--r-- | app-editors/atom/files/0002-skip-atom-shell-copy.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-editors/atom/files/0002-skip-atom-shell-copy.patch b/app-editors/atom/files/0002-skip-atom-shell-copy.patch new file mode 100644 index 00000000..6c1aceec --- /dev/null +++ b/app-editors/atom/files/0002-skip-atom-shell-copy.patch @@ -0,0 +1,13 @@ +diff --git a/build/tasks/build-task.coffee b/build/tasks/build-task.coffee +index c9964b4..74d8881 100644 +--- a/build/tasks/build-task.coffee ++++ b/build/tasks/build-task.coffee +@@ -15,8 +15,6 @@ module.exports = (grunt) -> + + if process.platform is 'darwin' + cp 'atom-shell/Atom.app', shellAppDir, filter: /default_app/ +- else +- cp 'atom-shell', shellAppDir, filter: /default_app/ + + mkdir appDir + |