From 3910d32abf8840152469521adcd71d7e5b2c116b Mon Sep 17 00:00:00 2001 From: Matthew Duggan Date: Sun, 28 Mar 2010 15:51:31 +1100 Subject: [PATCH] Allow yet another possible location for pyuic4 --- tools/build_ui.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build_ui.sh b/tools/build_ui.sh index 2b2d30957..8a511de63 100755 --- a/tools/build_ui.sh +++ b/tools/build_ui.sh @@ -21,6 +21,10 @@ then then pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4 pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.5/bin/pyrcc4 + elif [ -e /System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 ] + then + pyuic=/System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 + pyrcc=/System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4 elif [ -e /Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 ] then pyuic=/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4