aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:20 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-02 13:33:20 +1200
commit5c6971708227032e47ec09f19946f96481dea266 (patch)
tree23cfb17d78a26bf3925e76d8d43dbe2a3a8098fc /Makefile
parentMerge branch 'release/v11.4.0' (diff)
parentUpdate PGP key (diff)
downloaddotfiles-11.5.0.tar.gz (sig)
dotfiles-11.5.0.zip
Merge branch 'release/v11.5.0'v11.5.0
* release/v11.5.0: Update PGP key Update dotfiles(7) manual page Update submodule URLs Define `hide_edge_borders` in i3 config Use different recommended path for checkout Update PGP key Correct Xresources Makefile installation Reduce log level for newsboat reload task Allow dashes in `keep` items Update PGP key fingerprint
Diffstat (limited to 'Makefile')
-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