View Single Post
Posts: 355 | Thanked: 566 times | Joined on Nov 2009 @ Redstone Canyon, Colorado
#7
I just need to RTFS.

Code:
--- maemo-sdk-install-wizard_5.0.py.orig	2009-11-16 08:16:39.000000000 -0300
+++ maemo-sdk-install-wizard_5.0.py	2009-12-04 17:29:00.905719892 -0300
@@ -2308,7 +2308,7 @@
        tries = 2
        while (True):
            try:
-                exec_cmd(sb_installer_fn + opt)
+                exec_cmd(sb_installer_fn + opt + "-s " + SB_PATH)
            except:
                tries -= 1
                if tries:
@@ -2348,7 +2348,7 @@


        # do the installation thing
-        cmd = "%s -d -m %s" % (sdk_installer_fn, self.__sdk_inst_m_opt_arg)
+        cmd = "%s -d -m %s -s %s" % (sdk_installer_fn, self.__sdk_inst_m_opt_arg, SB_PATH)

        if self.__targets_exist:
            if self.__remove_targets:
Btw, I have some notes which may be of use to you as the page develops:

http://wiki.maemo.org/User:Jebba

Thanks,

-Jeff
 

The Following User Says Thank You to jebba For This Useful Post: