Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-09-25 14:57:42 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-09-25 14:57:42 +0300
commitfa0a2c10b37b60d6950c7572ad693a7d5bdafed3 (patch)
tree092cf4823bce1f3fb4f524943bd3956c4a1967c5
parent12028dc19a1a5c13b613ce007ed1ea0dae9c1d02 (diff)
Add some tracing to universal build process (#120)
-rw-r--r--bockbuild/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bockbuild/package.py b/bockbuild/package.py
index 183580d..7d73206 100644
--- a/bockbuild/package.py
+++ b/bockbuild/package.py
@@ -878,6 +878,7 @@ class Package:
elif orig_suffix is not None:
suffixed = os.path.join(
dest_dir, reldir, add_suffix(filename, orig_suffix))
+ trace(dest_orig_file)
trace(suffixed)
shutil.move(dest_orig_file, suffixed)
os.symlink(os.path.basename(suffixed), dest_orig_file)