summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/0002-skip-atom-shell-copy.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-15 16:27:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-15 16:27:12 +0100
commitfe8be8a7b3638d3ddaa28075649e66d063461450 (patch)
tree326b82e5a14931aea10a4b4e293008278525b885 /app-editors/atom/files/0002-skip-atom-shell-copy.patch
parent0c389803f1cedf572d8bf954d4c64989dbbe4959 (diff)
atom is now in gentoo tree, so drop it from here
Diffstat (limited to 'app-editors/atom/files/0002-skip-atom-shell-copy.patch')
-rw-r--r--app-editors/atom/files/0002-skip-atom-shell-copy.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 6c1aceec..00000000
--- a/app-editors/atom/files/0002-skip-atom-shell-copy.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-