diff --git a/build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch b/build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch index 480736be5..9f9b59087 100644 --- a/build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch +++ b/build-aux/flatpak/patches/0001-build-Fix-the-installation-paths.patch @@ -1,17 +1,17 @@ -From 2a390b5188fe070295090b1bd37273d12963b371 Mon Sep 17 00:00:00 2001 +From 14f0685ddcf3a7d64bb85a3e9a9ac97c369bb508 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sat, 26 Sep 2020 22:52:52 +0200 Subject: [PATCH] build: Fix the installation paths --- - qelectrotech.pro | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) + qelectrotech.pro | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qelectrotech.pro b/qelectrotech.pro -index 2901a30d5..1019a9870 100644 +index 7baddbb08..5dcda04b6 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro -@@ -5,20 +5,20 @@ +@@ -5,18 +5,18 @@ # Chemins utilises pour la compilation et l'installation de QET unix { # Chemins UNIX @@ -25,12 +25,8 @@ index 2901a30d5..1019a9870 100644 QET_LANG_PATH = 'share/qelectrotech/lang/' QET_EXAMPLES_PATH = 'share/qelectrotech/examples/' - QET_LICENSE_PATH = 'doc/qelectrotech/' -- QET_MIME_XML_PATH = '../share/mime/application/' -- QET_MIME_DESKTOP_PATH = '../share/mimelnk/application/' - QET_MIME_PACKAGE_PATH = '../share/mime/packages/' + QET_LICENSE_PATH = 'share/doc/qelectrotech/' -+ QET_MIME_XML_PATH = 'share/mime/application/' -+ QET_MIME_DESKTOP_PATH = 'share/mimelnk/application/' + QET_MIME_PACKAGE_PATH = 'share/mime/packages/' QET_DESKTOP_PATH = 'share/applications/' QET_ICONS_PATH = 'share/icons/hicolor/' @@ -40,5 +36,5 @@ index 2901a30d5..1019a9870 100644 } win32 { -- -2.28.0 +2.35.1