diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 17:40:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-09-23 17:40:19 -0500 |
commit | 26b1f633653b5e2c0f106da1302adac81e1f3210 (patch) | |
tree | 1119f8549843b6d8572cc14c2814cba28721eeb1 /ubuntu | |
parent | 6aca8fedd191ff20fc8535a8c5797441a8122e6a (diff) | |
download | tde-packaging-26b1f633653b5e2c0f106da1302adac81e1f3210.tar.gz tde-packaging-26b1f633653b5e2c0f106da1302adac81e1f3210.zip |
Set python-trinity libpython on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rwxr-xr-x | ubuntu/maverick/libraries/python-trinity/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/rules b/ubuntu/maverick/libraries/python-trinity/debian/rules index 473caac7d..ff41b19f7 100755 --- a/ubuntu/maverick/libraries/python-trinity/debian/rules +++ b/ubuntu/maverick/libraries/python-trinity/debian/rules @@ -48,6 +48,7 @@ build-%/configure-stamp: mkdir -p build-$* cd build-$* && python$* ../configure.py \ -c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \ + -e python$* \ -v /opt/trinity/share/sip/trinity -j $(SPLIT) touch $@ @@ -56,6 +57,7 @@ dbg-build-%/configure-stamp: mkdir -p dbg-build-$* cd dbg-build-$* && python$*-dbg ../configure.py \ -c -u -k /opt/trinity -o /opt/trinity/include -n /opt/trinity/lib \ + -e python$* \ -v /opt/trinity/share/sip/trinity -j $(SPLIT) touch $@ |