aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcontacts/Makefile1
-rw-r--r--rotd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/libcontacts/Makefile b/libcontacts/Makefile
index 7b7ad08..774bc8c 100644
--- a/libcontacts/Makefile
+++ b/libcontacts/Makefile
@@ -1,6 +1,7 @@
.POSIX:
install:
+ test -d contacts
mkdir -p -- ~/.config
if test ! -L ~/.config/contacts; then \
test ! -e ~/.config/contacts && \
diff --git a/rotd/Makefile b/rotd/Makefile
index 5db6e1b..d95f3f0 100644
--- a/rotd/Makefile
+++ b/rotd/Makefile
@@ -1,6 +1,7 @@
.POSIX:
install:
+ test -d config
mkdir -p -- ~/.config
if test ! -L ~/.config/rotd; then \
test ! -e ~/.config/rotd && \