diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-05 11:26:03 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-12-05 11:26:03 -0800 |
commit | 2f9ea52c4ed0415509dcdd8c786da773cefc041b (patch) | |
tree | 983ec2405e31c207be997a1934a2b617af4e4cca /configure.ac | |
parent | 4dbba52a5b7e97d55ea7c4f957f594204350b9b2 (diff) | |
download | vyatta-op-2f9ea52c4ed0415509dcdd8c786da773cefc041b.tar.gz vyatta-op-2f9ea52c4ed0415509dcdd8c786da773cefc041b.zip |
use symlink instead of wrapper for ethtool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 631597b..30d16dd 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,9 @@ AC_ARG_ENABLE([nostrip], AC_CONFIG_FILES( [Makefile] - [etc/default/vyatta]) + [etc/default/vyatta] + [debian/vyatta-op.postinst] + [debian/vyatta-op.postrm]) AC_SUBST(NOSTRIP) |