diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c029a82..bd2c2d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,14 @@ cfgdir = $(datadir)/vyatta-cfg/templates curverdir = $(sysconfdir)/config-migrate/current +modprobedir = /etc/modprobe.d curver_DATA = cfg-version/conntrack@1 +modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack.conf + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) - cd templates; $(cpiop) $(DESTDIR)$(cfgdir) + cd templates-cfg; $(cpiop) $(DESTDIR)$(cfgdir) |