aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-20 16:46:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-20 16:46:24 +1200
commit2c0aa2847df29cd0bd2e77434323ccdae6b9d476 (patch)
tree644ef21c26580423de7f6cb46ece83eea3f68177
parentInstall systemd units to home package path (diff)
downloaddotfiles-2c0aa2847df29cd0bd2e77434323ccdae6b9d476.tar.gz
dotfiles-2c0aa2847df29cd0bd2e77434323ccdae6b9d476.zip
Add missing -p flags
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1eaf8861..a82856b3 100644
--- a/Makefile
+++ b/Makefile
@@ -464,7 +464,7 @@ install-i3: install-x
install-less: less/less
mkdir -p -- $(HOME)/.profile.d
- cp -- less/profile.d/*.sh $(HOME)/.profile.d
+ cp -p -- less/profile.d/*.sh $(HOME)/.profile.d
mkdir -p -- $(XDG_CONFIG_HOME)/less
cp -p -- less/less $(XDG_CONFIG_HOME)/less/key
@@ -660,7 +660,7 @@ install-vim:
GVIMRC = $(HOME)/.gvimrc
install-vim-gui: install-vim
- cp -- vim/gvimrc $(GVIMRC)
+ cp -p -- vim/gvimrc $(GVIMRC)
install-vint:
cp -p -- vint/vintrc.yaml $(HOME)/.vintrc.yaml