diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 18:45:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 18:45:30 +0200 |
commit | 868ac986bdd8e6287927d8288f58b0f400acb060 (patch) | |
tree | 61ed35cd750992a041de8856f3e28391116fa9d2 | |
parent | 191e7632fee9f0fb2bee7cd16780919c5eeb32ca (diff) | |
download | RWA.Support.DesktopApp-868ac986bdd8e6287927d8288f58b0f400acb060.tar.gz RWA.Support.DesktopApp-868ac986bdd8e6287927d8288f58b0f400acb060.tar.bz2 RWA.Support.DesktopApp-868ac986bdd8e6287927d8288f58b0f400acb060.zip |
d/patches/2001...patch: Adapt to .pro file renaming.
-rw-r--r-- | debian/patches/2001_adapt-install-target-path.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/2001_adapt-install-target-path.patch b/debian/patches/2001_adapt-install-target-path.patch index 684e904..4169024 100644 --- a/debian/patches/2001_adapt-install-target-path.patch +++ b/debian/patches/2001_adapt-install-target-path.patch @@ -1,8 +1,8 @@ Description: Make sure the app gets installed to /usr/bin/. Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> ---- a/remote-support-desktop.pro -+++ b/remote-support-desktop.pro +--- a/rwa.support.desktopapp.pro ++++ b/rwa.support.desktopapp.pro @@ -55,7 +55,5 @@ # Additional import path used to resolve QML modules just for Qt Quick Designer QML_DESIGNER_IMPORT_PATH = |