From 6939e9c506124abf3a8e1a01620d3e9fc4321309 Mon Sep 17 00:00:00 2001 From: gernot Date: Fri, 3 Oct 2003 12:59:35 +0000 Subject: [PATCH] - moved a "mkdir" from built to install stage git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@174 4ebea2bb-67d4-0310-8558-a5799e421b66 --- NEWS | 5 ++++- src/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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: