summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-01 13:11:51 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-01 13:11:51 -0500
commit601bcddc94f4396d3288d8c1e8364fd003da8d31 (patch)
tree7d880eb7a64cb7e39909865ec3de1cf674780723 /Makefile
parent63f0cece9154d244238677543ff334e75668c148 (diff)
downloadconf-601bcddc94f4396d3288d8c1e8364fd003da8d31.tar.gz
conf-601bcddc94f4396d3288d8c1e8364fd003da8d31.zip
create the daemontools log file directory on install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad57f34..a73842e 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ RM = @rm -f
build : $(BUILD)
install : build $(INSTALLED) /var/spool/cron/$(USER)
+ $(MKDIR) .log
$(ECHO) Installed into $(HOME)
clean :