scripts/install-debugclients.py

changeset 6959
dfb8a57de154
parent 6942
2602857055c5
child 7192
a22eee00b052
equal deleted inserted replaced
6956:dfd3b53be436 6959:dfb8a57de154
291 elif opt == "-z": 291 elif opt == "-z":
292 doCompile = False 292 doCompile = False
293 293
294 installFromSource = not os.path.isdir(sourceDir) 294 installFromSource = not os.path.isdir(sourceDir)
295 if installFromSource: 295 if installFromSource:
296 sourceDir = os.path.dirname(__file__) or "." 296 sourceDir = os.path.abspath("..")
297 eric6SourceDir = os.path.join(sourceDir, "eric6") 297 eric6SourceDir = os.path.join(sourceDir, "eric6")
298 298
299 # cleanup source if installing from source 299 # cleanup source if installing from source
300 if installFromSource: 300 if installFromSource:
301 print("Cleaning up source ...") 301 print("Cleaning up source ...")

eric ide

mercurial