Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Index: build.py
  2. ===================================================================
  3. --- build.py (Revision 9016)
  4. +++ build.py (Arbeitskopie)
  5. @@ -347,7 +347,7 @@
  6. config[var] = val
  7.  
  8. config['build-root'] = config['build-root'] % { 'repo': repo, 'arch': arch,
  9. - 'project' : prj, 'package' : pac
  10. + 'project' : prj, 'package' : os.path.splitext(build_descr)[0]
  11. }
  12.  
  13. extra_pkgs = []
Add Comment
Please, Sign In to add comment