summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-27 10:02:12 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-27 10:02:12 +0000
commit2d9c31272d2ab42844bee3afbe54a66b3e49f346 (patch)
tree3c589e67825f012fce7342e4d130a4dd6af6b0be /morphlib/builder.py
parent44a6a4153021db189c8cf3ddbe4c5b89c8a29533 (diff)
downloadmorph-2d9c31272d2ab42844bee3afbe54a66b3e49f346.tar.gz
morph: use right dir for set mtime
Diffstat (limited to 'morphlib/builder.py')
-rw-r--r--morphlib/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 7fc944df..2bdbc8ad 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -341,7 +341,7 @@ class ChunkBuilder(BlobBuilder):
self.msg)
extract_treeish(self.blob.morph.treeish, self.builddir)
- self.set_mtime_recursively(destdir)
+ self.set_mtime_recursively(self.builddir)
def set_mtime_recursively(self, root):
'''Set the mtime for every file in a directory tree to the same.