From 21afca8cf0ef82b953cf2ac2a4df7194bb5c381f Mon Sep 17 00:00:00 2001 From: Daniel Berg Date: Tue, 24 May 2022 17:43:20 +0200 Subject: [PATCH] make: suppress stow errors pending stow update https://github.com/aspiers/stow/issues/65 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6871b10..a11d67b3 100644 --- a/Makefile +++ b/Makefile @@ -185,11 +185,11 @@ link-misc: ~/scripts ~/colors ~/bin/ftl ~/bin/touchpad-toggle ~/bin/tmain ~/bin/ link-conf: user-fs @echo -e "\033[0;33mSymlinking conf...\033[0m" - stow -R -t ~ -d conf --ignore="md|org|firefox" $(CONF) + -stow -R -t ~ -d conf --ignore="md|org|firefox" $(CONF) 2>&1 | grep -v "BUG in find_stowed_path" link-local: @echo -e "\033[0;33mSymlinking local...\033[0m" - stow -R -t ~ -d local/$(HOST)/conf $(LOCAL) + -stow -R -t ~ -d local/$(HOST)/conf $(LOCAL) 2>&1 | grep -v "BUG in find_stowed_path" set-shell: @echo -e "\033[0;33mSetting shell to zsh...\033[0m"