Kaydet (Commit) 1b26b6a5 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Patch #103587: Fix typo that broke the install_data command; caught by

   Uche Ogbuji
üst 0872d9d2
......@@ -64,7 +64,7 @@ class install_data (Command):
dir = change_root(self.root, dir)
self.mkpath(dir)
for data in f[1]:
data = convert_path(f[1])
data = convert_path(data)
(out, _) = self.copy_file(data, dir)
self.outfiles.append(out)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment