diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:35:57 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:35:57 -0700 |
commit | 3a78e323730c87d006d36fd1f8c30ce16164b945 (patch) | |
tree | e83f2b6eade1dd367b2bc71c45e79a5daaf03088 /Makefile.am | |
parent | b47d02e999233cb8b87b7dbc62a28a6a1701aa69 (diff) | |
download | vyatta-op-3a78e323730c87d006d36fd1f8c30ce16164b945.tar.gz vyatta-op-3a78e323730c87d006d36fd1f8c30ce16164b945.zip |
rename show_version to vyatta-show-version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 65b0a7f..1f12ffc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ completion_DATA = etc/bash_completion.d/vyatta-op opdir = $(datadir)/vyatta-op/templates bin_SCRIPTS = scripts/vyatta-show-interfaces -bin_SCRIPTS += scripts/show_version +bin_SCRIPTS += scripts/vyatta-show-version cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |