diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-09-29 13:37:37 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-09-29 13:37:37 +0200 |
commit | b4b507c636506960fb306de332ec30be399758dc (patch) | |
tree | ffb4ce999cd5efe03a7cfee6c48a0cba49ba97af /ubuntu/maverick/libraries/python-trinity | |
parent | f9a697dd364d6be35ec52794e97bca3187a06777 (diff) | |
parent | 1baab4923d9eec2ce99b1434d00c6d64a874f119 (diff) | |
download | tde-packaging-b4b507c636506960fb306de332ec30be399758dc.tar.gz tde-packaging-b4b507c636506960fb306de332ec30be399758dc.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity')
-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 $@ |