diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-10 01:35:29 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-10 01:35:29 +0100 |
commit | ba443bd49a048b026840aea1ffe6db3220b719ed (patch) | |
tree | f1040f27e46047cffbf20ac576ff4bf7c3d8fe28 /ubuntu | |
parent | 612d480c717495198a5f842d7ffe8c630dfef780 (diff) | |
download | tde-packaging-ba443bd49a048b026840aea1ffe6db3220b719ed.tar.gz tde-packaging-ba443bd49a048b026840aea1ffe6db3220b719ed.zip |
DEB tqca: Update the location of the tqca-tls plugin
following the multi-arch location of TQt3.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/_base/dependencies/tqca/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/dependencies/tqca/debian/tqca-tls.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/dependencies/tqca/debian/control b/ubuntu/_base/dependencies/tqca/debian/control index f3f6d4d7b..7da73e73c 100644 --- a/ubuntu/_base/dependencies/tqca/debian/control +++ b/ubuntu/_base/dependencies/tqca/debian/control @@ -27,7 +27,7 @@ Description: Package: tqca-tls Section: libs Architecture: any -Multi-Arch: foreign +Multi-Arch: same Replaces: tqca-tls (<< 4:14.0.0~) Breaks: tqca-tls (<< 4:14.0.0~) Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/ubuntu/_base/dependencies/tqca/debian/tqca-tls.install b/ubuntu/_base/dependencies/tqca/debian/tqca-tls.install index 893c5dd19..02d23f437 100644 --- a/ubuntu/_base/dependencies/tqca/debian/tqca-tls.install +++ b/ubuntu/_base/dependencies/tqca/debian/tqca-tls.install @@ -1 +1 @@ -debian/tmp/usr/lib/tqt3/plugins +debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/tqt3/plugins |