summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 17:40:19 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 17:40:19 -0500
commit26b1f633653b5e2c0f106da1302adac81e1f3210 (patch)
tree1119f8549843b6d8572cc14c2814cba28721eeb1 /ubuntu/maverick/libraries
parent6aca8fedd191ff20fc8535a8c5797441a8122e6a (diff)
downloadtde-packaging-26b1f633653b5e2c0f106da1302adac81e1f3210.tar.gz
tde-packaging-26b1f633653b5e2c0f106da1302adac81e1f3210.zip
Set python-trinity libpython on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/libraries')
-rwxr-xr-xubuntu/maverick/libraries/python-trinity/debian/rules2
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 $@