From 8ef0d0b2f0b63d8a987319af1c885716b5affa5f Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 9 Apr 2021 16:22:41 +0200 Subject: [PATCH] Flatpak fix location patch --- build-aux/flatpak/org.qelectrotech.QElectroTech.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/flatpak/org.qelectrotech.QElectroTech.json b/build-aux/flatpak/org.qelectrotech.QElectroTech.json index 2bfd66c6b..f7a525d30 100644 --- a/build-aux/flatpak/org.qelectrotech.QElectroTech.json +++ b/build-aux/flatpak/org.qelectrotech.QElectroTech.json @@ -73,7 +73,7 @@ }, { "type": "patch", - "path": "0001-build-Fix-the-installation-paths.patch" + "path": "patches/0001-build-Fix-the-installation-paths.patch" } ] },