diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-07-26 16:06:24 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-07-26 16:06:24 +0700 |
commit | 47abe6c3ed91fc223ffee68d14736599203aac44 (patch) | |
tree | 5657cc1d8d735d4edcf0efb8f00fb7cefcf125d7 | |
parent | 1b6031f21daf66f154966321bc02a5fd886011a4 (diff) | |
download | vyatta-nat-47abe6c3ed91fc223ffee68d14736599203aac44.tar.gz vyatta-nat-47abe6c3ed91fc223ffee68d14736599203aac44.zip |
Fix config version file path in automake rules.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |