diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-19 16:55:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-19 16:55:34 +0100 |
| commit | 619e455b41e72f69bca8c3b8121bb65293626d3e (patch) | |
| tree | a6dd31511343a89dd3f8f2467b3a4d9ed40be9d6 | |
| parent | e381099623930408a5ff7aabfa5f078b596adc49 (diff) | |
Fix whoops.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -395,6 +395,7 @@ class SourceTarget(Target): rmtree(self.directory) def package(self, project): + project.checkout(self) command('./waf dist') if project.directory != '.': return os.path.abspath('%s-%s.tar.bz2' % (project.directory, project.version)) |
