aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-06-29 22:33:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-06-29 22:33:00 +1200
commit36037fb6f79b8ba0c0605d0e006faffbe3a3ef21 (patch)
tree5b73f7db9986a846f9af8eb3581abdd4c352f8ca
parentReduce log level for newsboat reload task (diff)
downloaddotfiles-36037fb6f79b8ba0c0605d0e006faffbe3a3ef21.tar.gz
dotfiles-36037fb6f79b8ba0c0605d0e006faffbe3a3ef21.zip
Correct Xresources Makefile installation
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7256214..4ad78788 100644
--- a/Makefile
+++ b/Makefile
@@ -634,7 +634,7 @@ install-x: check-xinit
cp -p -- X/xinitrc $(HOME)/.xinitrc
cp -p -- X/xinitrc.d/*.sh $(HOME)/.xinitrc.d
cp -p -- X/Xresources $(HOME)/.Xresources
- cp -p -- X/Xresources.d/*.sh $(HOME)/.Xresources.d
+ cp -p -- X/Xresources.d/* $(HOME)/.Xresources.d
install-zsh: check-zsh install-sh
mkdir -p -- $(HOME)/.zshrc.d