From 47abe6c3ed91fc223ffee68d14736599203aac44 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 26 Jul 2011 16:06:24 +0700 Subject: Fix config version file path in automake rules. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 02b0228..90c318b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ sbin_SCRIPTS += scripts/vyatta-clear-nat-counters.pl bin_sudo_users_SCRIPTS = scripts/vyatta-nat-translations.pl share_perl5_DATA = lib/Vyatta/NatRule.pm -curver_DATA = cfg-version/nat@3 +curver_DATA = cfg-version/nat@4 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd -- cgit v1.2.3