0
0
Fork 0
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:
Jason Volk 2018-12-15 18:05:36 -08:00
parent f1948d38e0
commit 5bba7b3f16

View file

@ -148,6 +148,3 @@ libircd_la_SOURCES += \
js.cc \
###
endif
install-data-local:
test -d $(dbdir) || mkdir -p $(dbdir)