summarylogtreecommitdiffstats
path: root/use-system-apm.patch
diff options
context:
space:
mode:
authorsolaraquarion2021-02-28 19:41:02 -0500
committersolaraquarion2021-02-28 19:41:02 -0500
commit41957936c25bffa01dc0d723320a52b11d66f77e (patch)
treeaca95bc5c1f94c912cccbe1fcea0f84c8481f5da /use-system-apm.patch
parent49dda0eb05df1c804f22e7036cb262f0e339b506 (diff)
downloadaur-41957936c25bffa01dc0d723320a52b11d66f77e.tar.gz
moving to atom-community and fixing most of the build issues
Diffstat (limited to 'use-system-apm.patch')
-rw-r--r--use-system-apm.patch21
1 files changed, 19 insertions, 2 deletions
diff --git a/use-system-apm.patch b/use-system-apm.patch
index ef6aca470709..428973ad1fbf 100644
--- a/use-system-apm.patch
+++ b/use-system-apm.patch
@@ -1,6 +1,18 @@
+From 53b8342d6e4f89e63f2e7a31481fc52b2868224b Mon Sep 17 00:00:00 2001
+From: solaraquarion <shlomochoina@gmail.com>
+Date: Sun, 28 Feb 2021 19:14:47 -0500
+Subject: [PATCH 3/3] use system apm
+
+---
+ script/lib/run-apm-install.js | 2 +-
+ src/package-manager.js | 14 +-------------
+ 2 files changed, 2 insertions(+), 14 deletions(-)
+
+diff --git a/script/lib/run-apm-install.js b/script/lib/run-apm-install.js
+index f582ff471..72bec210c 100644
--- a/script/lib/run-apm-install.js
+++ b/script/lib/run-apm-install.js
-@@ -9,7 +9,7 @@
+@@ -9,7 +9,7 @@ module.exports = function(packagePath, ci, stdioOptions) {
// Set resource path so that apm can load metadata related to Atom.
installEnv.ATOM_RESOURCE_PATH = CONFIG.repositoryRootPath;
@@ -9,9 +21,11 @@
env: installEnv,
cwd: packagePath,
stdio: stdioOptions || 'inherit'
+diff --git a/src/package-manager.js b/src/package-manager.js
+index 775916ad6..a75b84ea4 100644
--- a/src/package-manager.js
+++ b/src/package-manager.js
-@@ -194,19 +194,7 @@
+@@ -194,19 +194,7 @@ module.exports = class PackageManager {
return configPath || this.apmPath;
}
@@ -32,3 +46,6 @@
}
// Public: Get the paths being used to look for packages.
+--
+2.30.1
+