mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd: Remove make install hook to create db dir: already done in db::init.
This commit is contained in:
parent
f1948d38e0
commit
5bba7b3f16
1 changed files with 0 additions and 3 deletions
|
@ -148,6 +148,3 @@ libircd_la_SOURCES += \
|
|||
js.cc \
|
||||
###
|
||||
endif
|
||||
|
||||
install-data-local:
|
||||
test -d $(dbdir) || mkdir -p $(dbdir)
|
||||
|
|
Loading…
Reference in a new issue