- 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
This commit is contained in:
gernot 2003-10-03 12:59:35 +00:00
parent baef562b73
commit 6939e9c506
2 changed files with 5 additions and 2 deletions

5
NEWS
View File

@ -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):
==============================

View File

@ -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: