Deferred initalization of GC, recentview, and the callback combo
[gc-dialer] / build_script.sh
index f61e42f..482133a 100755 (executable)
@@ -34,7 +34,7 @@ cp gc_dialer/gc_dialer.xml     build/usr/local/lib
 # Compress whitespace for 30% savings, make sure we are a HildonWindow
 sed -i 's/^[ \t]*//;s/[ \t]*$//;s/GtkWindow/HildonWindow/' build/usr/local/lib/gc_dialer.xml
 
-echo "#!/usr/bin/python2.5" > build/usr/local/bin/gc_dialer.py
+echo "#!/usr/bin/python" > build/usr/local/bin/gc_dialer.py
 #echo "from __future__ import with_statement" >> build/usr/local/bin/gc_dialer.py
 cat gc_dialer/gc_dialer.py gc_dialer/gcbackend.py gc_dialer/browser_emu.py | grep -e '^import ' | sort -u >> build/usr/local/bin/gc_dialer.py
 echo "import hildon" >> build/usr/local/bin/gc_dialer.py