distgit: Properly make the symlink
This commit is contained in:
parent
6393ef117c
commit
fefea74100
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ def main():
|
||||||
|
|
||||||
# The file already existed at the old path, hardlink over it
|
# The file already existed at the old path, hardlink over it
|
||||||
os.unlink(old_path)
|
os.unlink(old_path)
|
||||||
os.link(old_path)
|
os.link(dest_file, old_path)
|
||||||
|
|
||||||
# Emit a fedmsg message. Load the config to talk to the fedmsg-relay.
|
# Emit a fedmsg message. Load the config to talk to the fedmsg-relay.
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue