/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 70 by bh, Thu Oct 18 14:50:21 2001 UTC revision 71 by bh, Mon Jan 14 15:10:29 2002 UTC
# Line 392  class InstallLocal(Command): Line 392  class InstallLocal(Command):
392      """      """
393    
394      description =\      description =\
395          "Create some symlink so you can run thubanfrom the source directory"          "Create some symlinks so you can run thuban from the source directory"
396    
397      user_options = [      user_options = [
398          ('skip-build', None, "skip the build steps"),          ('skip-build', None, "skip the build steps"),
# Line 416  class InstallLocal(Command): Line 416  class InstallLocal(Command):
416          # now do the work. Simply link or copy the Lib dir          # now do the work. Simply link or copy the Lib dir
417          libdir = os.path.join(self.build_dir, "Lib")          libdir = os.path.join(self.build_dir, "Lib")
418          if os.name == "posix":          if os.name == "posix":
419              # on posix, just lilnk the Lib dir              # on posix, just link the Lib dir
420              self.link_dir(libdir, "Lib")              self.link_dir(libdir, "Lib")
421          else:          else:
422              self.copy_tree(libdir, "Lib")              self.copy_tree(libdir, "Lib")

Legend:
Removed from v.70  
changed lines
  Added in v.71

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26