summary refs log tree commit diff
path: root/pkgs/tools/networking/p2p/bittorrent/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/p2p/bittorrent/builder.sh')
-rw-r--r--pkgs/tools/networking/p2p/bittorrent/builder.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/tools/networking/p2p/bittorrent/builder.sh b/pkgs/tools/networking/p2p/bittorrent/builder.sh
index 6ae3bef5e237..633f53ebd43d 100644
--- a/pkgs/tools/networking/p2p/bittorrent/builder.sh
+++ b/pkgs/tools/networking/p2p/bittorrent/builder.sh
@@ -7,7 +7,12 @@ source $makeWrapper
 # AttributeError: 'NoneType' object has no attribute 'endswith'
 export HOME=$TMP
 
-buildPhase="python setup.py build"
+buildPhase=buildPhase
+buildPhase() {
+    #substituteInPlace BitTorrent/GUI_wx/__init__.py --replace "'2.6'" "'2.8'"
+    python setup.py build
+}
+
 
 installPhase=installPhase
 installPhase() {