diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 19:29:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 19:29:53 -0600 |
commit | ed01c256e45dd964f0e3da22364ee4819acd29da (patch) | |
tree | 2bfb2ed585fb60dc20dac7b241431dee9042dd8a /ubuntu/maverick/dependencies/python-tqt/debian/rules | |
parent | ad16724f2dcd0a0bef60c98364793f5ff4e0ea6b (diff) | |
download | tde-packaging-ed01c256e45dd964f0e3da22364ee4819acd29da.tar.gz tde-packaging-ed01c256e45dd964f0e3da22364ee4819acd29da.zip |
Fix python-tqt FTBFS on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/dependencies/python-tqt/debian/rules')
-rwxr-xr-x | ubuntu/maverick/dependencies/python-tqt/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/python-tqt/debian/rules b/ubuntu/maverick/dependencies/python-tqt/debian/rules index 0e74c131e..90f208768 100755 --- a/ubuntu/maverick/dependencies/python-tqt/debian/rules +++ b/ubuntu/maverick/dependencies/python-tqt/debian/rules @@ -44,7 +44,7 @@ build-%/configure-stamp: mkdir -p build-$* cd build-$* && echo yes \ | python$* ../configure.py \ - -c -n /usr/include/qscintilla \ + -c -n /usr/include/tqscintilla \ -o /usr/lib -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*) \ -l /usr/include/python$* \ @@ -58,7 +58,7 @@ dbg-build-%/configure-stamp: mkdir -p dbg-build-$* cd dbg-build-$* && echo yes \ | python$*-dbg ../configure.py \ - -c -n /usr/include/qscintilla \ + -c -n /usr/include/tqscintilla \ -o /usr/lib -u -j $(SPLIT) \ -d /usr/lib/python$*/$(call py_sitename,$*) \ -l /usr/include/python$*_d \ |