From e54e9557dde085594a235d464a89565066b27a70 Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Sun, 5 Apr 2015 18:57:46 -0400 Subject: [PATCH] `make install` no longer fails if .znc/modules does not exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 321057a..447ac06 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ push.so: push.cpp sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"dev\"|" push.cpp install: push.so + mkdir -p $(HOME)/.znc/modules/ cp push.so $(HOME)/.znc/modules/push.so clean: