X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fbinary.py;h=136dfed6150a38ced5275cc0f1aa0734edaf3eb5;hb=a1a86206598ea663404339263e9dd8f10523a056;hp=57b0f65ddd30183f67a670733a6a5d3abe8c5ade;hpb=a650ca814d48fbe72cde347828d405e5da780b80;p=dak.git diff --git a/daklib/binary.py b/daklib/binary.py index 57b0f65d..136dfed6 100755 --- a/daklib/binary.py +++ b/daklib/binary.py @@ -110,7 +110,7 @@ class Binary(object): # a temporary directory if not self.tmpdir: - tmpdir = tempfile.mkdtemp() + tmpdir = utils.temp_dirname() cwd = os.getcwd() try: os.chdir( tmpdir )