updated the command for stow linking
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,5 +47,5 @@ link: check-stow
|
|||||||
@for pkg in *; do \
|
@for pkg in *; do \
|
||||||
[ -d "$$pkg" ] || continue; \
|
[ -d "$$pkg" ] || continue; \
|
||||||
echo "📦 stowing $$pkg"; \
|
echo "📦 stowing $$pkg"; \
|
||||||
stow -R "$$pkg" -t "$(STOW_TARGET)"; \
|
stow -R "$$pkg" -t "$(STOW_TARGET)" --adopt; \
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user