In do_symlink if statement, change home to /
This commit is contained in:
parent
5c68c37694
commit
ef46a43523
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class Installer:
|
||||||
|
|
||||||
ui.info_2("Symlink", pretty_dest, "->", pretty_src)
|
ui.info_2("Symlink", pretty_dest, "->", pretty_src)
|
||||||
|
|
||||||
if p_src.startswith(self.home):
|
if p_src.startswith("/"):
|
||||||
src_full = p_src
|
src_full = p_src
|
||||||
else:
|
else:
|
||||||
src_full = self.base_dir / "dotfiles" / p_src
|
src_full = self.base_dir / "dotfiles" / p_src
|
||||||
|
|
Loading…
Add table
Reference in a new issue