Home | History | Annotate | Download | only in packaging

Lines Matching full:join

39 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
45 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
46 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
63 installroot = os.path.join(tempdir, "install-root")
64 installapps = os.path.join(tempdir, "install-apps")
96 dest_filename = os.path.join(prefix, basename)
97 copyname = os.path.join(copydir, basename)
123 files = glob.glob(os.path.join(wxwebkit_dir, wildcard))
128 dylib_path = os.path.join(wxpythonroot, "libwxwebkit.dylib")
129 os.system("install_name_tool -id %s %s" % (os.path.join(prefix, "libwxwebkit.dylib"), dylib_path))
131 mac_update_dependencies(os.path.join(wxpythonroot, "_webview.so"), prefix)
137 shutil.copy(os.path.join(wxwk_root, "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
154 exitIfError(packagemaker + " %s" % (string.join(pkg_args, " ")))