diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-01-12 23:11:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-01-13 02:29:36 +0100 |
commit | 9b1cb62c43e6f3577a04872159dfcfdbdcbafdcc (patch) | |
tree | ea33d3383bff5547f57fae50402cb1e2f6136085 /ubuntu/_base/dependencies/python-tqt/debian/rules | |
parent | e14fc7a09fe52d45dfa62f5383d4536d51b263ed (diff) | |
download | tde-packaging-9b1cb62c43e6f3577a04872159dfcfdbdcbafdcc.tar.gz tde-packaging-9b1cb62c43e6f3577a04872159dfcfdbdcbafdcc.zip |
DEB python-tqt: Update packaging after renaming sip-tqt.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/dependencies/python-tqt/debian/rules')
-rwxr-xr-x | ubuntu/_base/dependencies/python-tqt/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/_base/dependencies/python-tqt/debian/rules b/ubuntu/_base/dependencies/python-tqt/debian/rules index 8a27587cc..9f597b2eb 100755 --- a/ubuntu/_base/dependencies/python-tqt/debian/rules +++ b/ubuntu/_base/dependencies/python-tqt/debian/rules @@ -63,7 +63,7 @@ build-%/configure-stamp: -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \ -l /usr/include/python$* \ - -v /usr/share/sip/tqt \ + -v /usr/share/sip-tqt/tqt \ -m /usr/lib/python$*/config \ CXXFLAGS_RELEASE="" CXXFLAGS="${CXXFLAGS}" STRIP="" touch $@ @@ -78,7 +78,7 @@ dbg-build-%/configure-stamp: -o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \ -l /usr/include/python$*_d \ - -v /usr/share/sip/tqt \ + -v /usr/share/sip-tqt/tqt \ -m /usr/lib/python$*/config_d \ CXXFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt" STRIP="" touch $@ |