diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:03:14 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:03:14 -0500 |
commit | 2fe7b0cadef73f36555d54cc716c9b6f2fdf7f6b (patch) | |
tree | 4a991c5e28462ad496e4fd8bfffd17e16c07be30 /Makefile | |
parent | 616881193f56dbc6943a63c0201874b60c075188 (diff) |
move .crontab* into .config/cron
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -18,13 +18,11 @@ clean: .git.info.exclude: .git.info.exclude.in $(shell echo .??*/) ( cat $<; find $^ -type f -name 'CACHEDIR.TAG' -printf '%h\n'|sed 's@^\./@/@' ) > $@ -.crontab.cookie: .crontab .crontab.local - -(cat $^; echo) | crontab - 2>/dev/null +.cache/cron/cookie: .config/cron + -(cat $^/*; echo) | crontab - 2>/dev/null + mkdir -p '$(@D)' date > '$@' -# don't do anything, just create these if they doesn't exist -.crontab.local: - touch '$@' Maildir: mkdir -p '$@'/{cur,new,tmp} Maildir/%: | Maildir |