summaryrefslogtreecommitdiff
path: root/app-editors/atom/files/atom-1.13-apm-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/atom/files/atom-1.13-apm-path.patch')
-rw-r--r--app-editors/atom/files/atom-1.13-apm-path.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-editors/atom/files/atom-1.13-apm-path.patch b/app-editors/atom/files/atom-1.13-apm-path.patch
deleted file mode 100644
index 0dcb7914c669..000000000000
--- a/app-editors/atom/files/atom-1.13-apm-path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/build/app/src/config-schema.js b/build/app/src/config-schema.js
-index 1307db6..d6a1ba4 100644
---- a/build/app/src/config-schema.js
-+++ b/build/app/src/config-schema.js
-@@ -21,6 +21,11 @@ var configSchema = {
- core: {
- type: 'object',
- properties: {
-+ apmPath: {
-+ type: 'string',
-+ 'default': '/usr/bin/apm{{ATOM_SUFFIX}}',
-+ description: 'Path to apm executable.'
-+ },
- ignoredNames: {
- type: 'array',
- 'default': ['.git', '.hg', '.svn', '.DS_Store', '._*', 'Thumbs.db'],