From f51cf3bf5630b632d0bf9acb3347bbc5b30d7574 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Wed, 4 Oct 2006 11:36:53 +0000 Subject: fix: /var/ax25/ax25rtd/ was not created with "make installconf" --- ax25rtd/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ax25rtd/Makefile.am') diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am index e9edc41..51ced12 100644 --- a/ax25rtd/Makefile.am +++ b/ax25rtd/Makefile.am @@ -1,5 +1,6 @@ etcfiles = ax25rtd.conf +varfiles = ax25_route ip_route installconf: $(mkinstalldirs) $(DESTDIR)$(AX25_SYSCONFDIR) @@ -7,6 +8,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 sbin_PROGRAMS = ax25rtd ax25rtctl -- cgit v1.2.3