diff --git a/Makefile b/Makefile index e9db8fe..045fd6c 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ wendzelnntpadm : cdpnntpadm.o db_abstraction.o $(SQLITEOBJ) $(MYSQLOBJ) $(POSTGR install : bin/wendzelnntpd bin/wendzelnntpadm if [ ! -d $(FAKECDIR) ]; then install -d -m 0755 $(FAKECDIR); fi + if [ ! -d $(FAKECDIR)/etc ]; then install -d -m 0755 $(FAKECDIR)/etc; fi if [ ! -d $(DESTDIR)/sbin ]; then install -d -m 0755 $(DESTDIR)/sbin; fi if [ ! -d $(DESTDIR)/share ]; then install -d -m 0755 $(DESTDIR)/share; fi if [ ! -d $(DESTDIR)/share/doc ]; then install -d -m 0755 $(DESTDIR)/share/doc; fi diff --git a/build b/build index c23f53c..d7631c1 100644 --- a/build +++ b/build @@ -1 +1 @@ -3237 +3239 diff --git a/docs/docs.pdf b/docs/docs.pdf index aa0ac14..10a6c28 100644 Binary files a/docs/docs.pdf and b/docs/docs.pdf differ