aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-08 09:28:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-08 09:28:13 +1200
commit90f3bc8b442adb29ee65ddc41d21d891a1f71c30 (patch)
tree55807023dfb9f1a242d63b0558013660e795feb7
parentMerge branch 'release/v9.19.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-90f3bc8b442adb29ee65ddc41d21d891a1f71c30.tar.gz
dotfiles-90f3bc8b442adb29ee65ddc41d21d891a1f71c30.zip
Merge branch 'hotfix/v9.19.1' into develop
* hotfix/v9.19.1: Restore missing -p flags to Makefile `mkdir` calls
-rw-r--r--Makefile4
-rw-r--r--VERSION4
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6142b909..2377abdb 100644
--- a/Makefile
+++ b/Makefile
@@ -431,10 +431,10 @@ install-games-man:
install-git: git/config $(GIT_TEMPLATE_HOOKS)
mkdir -p -- $(XDG_CONFIG_HOME)/git
cp -p -- git/config $(XDG_CONFIG_HOME)/git/config
- mkdir -- $(XDG_CONFIG_HOME)/git/template
+ mkdir -p -- $(XDG_CONFIG_HOME)/git/template
cp -pR -- git/template/description \
$(XDG_CONFIG_HOME)/git/template/description
- mkdir -- $(XDG_CONFIG_HOME)/git/template/hooks
+ mkdir -p -- $(XDG_CONFIG_HOME)/git/template/hooks
cp -pR -- $(GIT_TEMPLATE_HOOKS) \
$(XDG_CONFIG_HOME)/git/template/hooks
diff --git a/VERSION b/VERSION
index b9302e7f..09b6f00f 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v9.19.0
-Sun, 07 Jun 2020 21:25:44 +0000
+tejr dotfiles v9.19.1
+Sun, 07 Jun 2020 21:27:28 +0000