diff options
Diffstat (limited to 'rotd')
-rw-r--r-- | rotd/Makefile | 1 |
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 && \ |