Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6477f321 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix --run-bootstrap for build.py"

parents a79124ca 247d80bf
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -610,7 +610,10 @@ class Bootstrap():
        # Create symlinks
        # Create symlinks
        for pairs in symlinks:
        for pairs in symlinks:
            (src, dst) = pairs
            (src, dst) = pairs
            try:
                os.unlink(dst)
                os.unlink(dst)
            except Exception as e:
                print(e)
            os.symlink(src, dst)
            os.symlink(src, dst)


        # Write to setup complete file so we don't repeat this step
        # Write to setup complete file so we don't repeat this step