diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 22:24:36 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-04 22:24:36 +0200 |
commit | 2e2fda4a978526dfe8af3ea698778d14ac0f0bac (patch) | |
tree | 378c00a877c2488e51c93d5e00bbfc6b6d5c5db9 /debian | |
parent | 98cd894d159459c905ca7df68342da6e2362f88d (diff) | |
download | RWA.Support.DesktopApp-2e2fda4a978526dfe8af3ea698778d14ac0f0bac.tar.gz RWA.Support.DesktopApp-2e2fda4a978526dfe8af3ea698778d14ac0f0bac.tar.bz2 RWA.Support.DesktopApp-2e2fda4a978526dfe8af3ea698778d14ac0f0bac.zip |
d/patches: Adapt again (2001...patch) to .pro file renaming.
Diffstat (limited to 'debian')
-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 4169024..4d64ca8 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/rwa.support.desktopapp.pro -+++ b/rwa.support.desktopapp.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 = |