From 98d4df9d1fc314c6f17a8a0700cbe074da801dbb Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 4 Oct 2006 11:50:48 +0000 Subject: fix: /var/ax25/ax25rtd/ was not created with "make installconf" --- ax25rtd/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ax25rtd') diff --git a/ax25rtd/Makefile.in b/ax25rtd/Makefile.in index 03e2946..f32afd9 100644 --- a/ax25rtd/Makefile.in +++ b/ax25rtd/Makefile.in @@ -413,6 +413,11 @@ installconf: echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p"; \ $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p; \ done + $(mkinstalldirs) $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd + @list='$(varfiles)'; for p in $$list; do \ + echo " $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd/$$p"; \ + $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_LOCALSTATEDIR)/ax25rtd/$$p; \ + done # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- cgit v1.2.3