aboutsummaryrefslogtreecommitdiffstats
path: root/rotd/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-25 16:09:45 +0200
committerMattias Andrée <maandree@kth.se>2021-06-25 16:09:45 +0200
commit7b5628af9a43cfae5d382171ee9b8208a537eb97 (patch)
tree83a297a2dae89de6614b10009c54feb4cb55894c /rotd/Makefile
parentm + add claws-mail and xmonad + add ~/.hidden (diff)
downloaddotfiles-7b5628af9a43cfae5d382171ee9b8208a537eb97.tar.gz
dotfiles-7b5628af9a43cfae5d382171ee9b8208a537eb97.tar.bz2
dotfiles-7b5628af9a43cfae5d382171ee9b8208a537eb97.tar.xz
Check that rotd/config and libcontacts/contacts have been created
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'rotd/Makefile')
-rw-r--r--rotd/Makefile1
1 files changed, 1 insertions, 0 deletions
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 && \