From 107de0843fcb241e1ab137f55f20fce72ea6b68b Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Thu, 25 Nov 2021 16:16:26 -0500
Subject: [PATCH] ubiquity: fixed paths to 2 corrections in last commit

---
 helpers/make-ubiquity | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity
index 3ee30b7e..534a384e 100644
--- a/helpers/make-ubiquity
+++ b/helpers/make-ubiquity
@@ -34,8 +34,8 @@ sed 's/Canada/Bahamas/' -i ./tests/test_timezone.py
 patch -p1 < $DATA/a11y.patch
 
 # Do not unconditionally try to start orca on ubiquity-dm
-sed '2aimport psutil' -i ubiquity/source/bin/ubiquity-dm
-sed 's/osextras.find_on_path.*orca.*/"orca" not in (p.name() for p in psutil.process_iter()):/' -i ubiquity/source/bin/ubiquity-dm
+sed '2aimport psutil' -i bin/ubiquity-dm
+sed 's/osextras.find_on_path.*orca.*/"orca" not in (p.name() for p in psutil.process_iter()):/' -i bin/ubiquity-dm
 
 # Disable non-main repository handling
 sed 's/main.*//' -i autopilot/ubiquity-autopilot-runner/custom-installation/iso-override/etc/apt/sources.list.d/all.list
-- 
GitLab