I'm trying to stow a package to the "root" /
# cd ~/.dotfiles
# sudo stow -t / kraken
WARNING! stowing kraken would cause conflicts:
* existing target is not owned by stow: lib
All operations aborted.
My package looks like this:
kraken
├── home
│ └── user
│ └── scripts
├── lib
│ └── systemd
│ └── system
│ └── some.service
Can stow help me out with this or am I not using it as is supposed?
Thanks!