diff --git a/setup.py b/setup.py index 9f5104ef9..20e2a7cda 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def setup_tree(): for patch in patches: run(["git", "am", "-3", str(base_dir / patch)], check=True) run( - ["ln", "-s", profiles, "profiles"], check=True, + ["ln", "-rs", profiles, "profiles"], check=True, ) print("### Patches done") except: