phase2: dlsha2rsyncpl: fix sha2rsync.pl script location
[buildbot.git] / phase2 / master.cfg
index da22ccea181e5ec20be7ebf39077e4d33490a937..18236b5974e2d1bd3fd042f18ef6ecbd9ae7a029 100644 (file)
@@ -641,7 +641,7 @@ for arch in arches:
 
        factory.addStep(FileDownload(
                name = "dlsha2rsyncpl",
-               mastersrc = "sha2rsync.pl",
+               mastersrc = scripts_dir + "/sha2rsync.pl",
                workerdest = "../sha2rsync.pl",
                mode = 0o755,
        ))