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 ++++++ ax25rtd/ax25_route | 0 ax25rtd/ip_route | 0 3 files changed, 6 insertions(+) create mode 100644 ax25rtd/ax25_route create mode 100644 ax25rtd/ip_route 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 diff --git a/ax25rtd/ax25_route b/ax25rtd/ax25_route new file mode 100644 index 0000000..e69de29 diff --git a/ax25rtd/ip_route b/ax25rtd/ip_route new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3