lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

007-distutils-do-not-adjust-path.patch (387B)


      1 --- a/Lib/distutils/command/build_scripts.py
      2 +++ b/Lib/distutils/command/build_scripts.py
      3 @@ -89,6 +89,7 @@ class build_scripts (Command):
      4                      adjust = 1
      5                      post_interp = match.group(1) or ''
      6  
      7 +            adjust = 0
      8              if adjust:
      9                  log.info("copying and adjusting %s -> %s", script,
     10                           self.build_dir)