mirror of https://github.com/SeanOMik/znc-push.git
Merge pull request #154 from flotwig/patch-1
`make install` no longer fails if .znc/modules does not exist
This commit is contained in:
commit
15772dd043
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ push.so: push.cpp
|
||||||
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"dev\"|" push.cpp
|
sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"dev\"|" push.cpp
|
||||||
|
|
||||||
install: push.so
|
install: push.so
|
||||||
|
mkdir -p $(HOME)/.znc/modules/
|
||||||
cp push.so $(HOME)/.znc/modules/push.so
|
cp push.so $(HOME)/.znc/modules/push.so
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue