diff --git a/NEWS b/NEWS index 5cab976..7dbf575 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,10 @@ * scripts: added new non-error ISDN cause (0x349f) to fax send routine. It was understood as error by CapiSuite but means "normal call - clearing, unspecified" + clearing, unspecified" (thx to Stefan Brandner for reporting) + + * Makefiles: moved a "mkdir" from the build ("make") to install stage + ("make install") (thx to Steffen Barszus for reporting) 0.4.3 (CVS tag CAPISUITE_043): ============================== diff --git a/src/Makefile.am b/src/Makefile.am index ac3641c..5896ef1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ capisuite.conf: capisuite.conf.in -e 's,@localstatedir\@,$(localstatedir),g' \ -e 's,@spooldir\@,$(spooldir),g' $< >$@ - +install-data-local: mkdir -p $(DESTDIR)$(localstatedir)/log clean-local: