/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzr_distutils.py

  • Committer: Richard Wilbur
  • Date: 2016-02-04 19:07:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6618.
  • Revision ID: richard.wilbur@gmail.com-20160204190728-p0zvfii6zase0fw7
Update COPYING.txt from the original http://www.gnu.org/licenses/gpl-2.0.txt  (Only differences were in whitespace.)  Thanks to Petr Stodulka for pointing out the discrepancy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
#
3
 
# Copyright (C) 2007, 2009, 2011 Canonical Ltd.
 
3
# Copyright (C) 2007,2009,2011 Canonical Ltd.
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
60
60
        self.set_undefined_options('build', ('force', 'force'))
61
61
        self.prj_name = self.distribution.get_name()
62
62
        if self.build_dir is None:
63
 
            self.build_dir = 'breezy/locale'
 
63
            self.build_dir = 'bzrlib/locale'
64
64
        if not self.output_base:
65
65
            self.output_base = self.prj_name or 'messages'
66
66
        if self.source_dir is None: