summarylogtreecommitdiffstats
path: root/use-system-tools.patch
diff options
context:
space:
mode:
authorml2020-11-04 00:58:50 +0100
committerml2020-11-04 00:58:50 +0100
commit034c9331f9a7d84675abd5afa028117173902e67 (patch)
treeb252f6bdf1ebc598012c82ba53ee8408188c3771 /use-system-tools.patch
parent30a3c3c84f540cc68b76b12454a5b1d579f833c2 (diff)
downloadaur-034c9331f9a7d84675abd5afa028117173902e67.tar.gz
updpkg: ubports-installer-git 0.6.0_beta.r0.g4712efb-1
Diffstat (limited to 'use-system-tools.patch')
-rw-r--r--use-system-tools.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/use-system-tools.patch b/use-system-tools.patch
deleted file mode 100644
index 8e8de8ea54b2..000000000000
--- a/use-system-tools.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ura package.orig/src/utils.js package.new/src/utils.js
---- package.orig/src/utils.js 2019-11-03 17:23:57.937681039 +0100
-+++ package.new/src/utils.js 2019-11-03 17:31:22.048339885 +0100
-@@ -223,13 +223,7 @@
- process.exit(-1);
- }
-
--let toolpath = global.packageInfo.package
-- ? path.join(
-- __dirname,
-- "../../app.asar.unpacked/platform-tools",
-- platforms[os.platform()]
-- )
-- : path.join(__dirname, "..", "platform-tools", platforms[os.platform()]);
-+let toolpath = ""
- let processes = [];
- function execTool(tool, args, callback) {
- let pid = exec(