From cbf581acfa2d36374f6f0f53b26c5a0b4c96dfbc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 Apr 2020 00:48:00 -0700 Subject: Use .stowrc instead of a bash wrapper around stow The comment in ‘stow-home’ claims that ‘.stowrc’ doesn’t support variable expansion. I don’t know if I couldn’t figure it out before or if stow has been updated since then, but it seems to work fine now. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d7c6028..b6bec53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ include dotfiles.mk MODULES=xmodmap emacs compton cower mowedline -STOW=stow/usr/bin/stow-home +STOW=stow .PHONY: all clean $(MODULES) zsh -- cgit v1.2.3-54-g00ecf