diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 10:57:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 10:57:28 -0800 |
commit | 5547a6ff7c27b57e2050c7328fc4140f16992b70 (patch) | |
tree | 1426415ab81f2142dc0b20a747845d7c22c55451 | |
parent | 886e0e9ff9dd3e3fe73a37285b386cdffc653315 (diff) | |
download | vyatta-cfg-5547a6ff7c27b57e2050c7328fc4140f16992b70.tar.gz vyatta-cfg-5547a6ff7c27b57e2050c7328fc4140f16992b70.zip |
Don't copy templates from here
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 12589bf..e9a580f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -cfgdir = $(datadir)/vyatta-cfg/templates share_perl5dir = /opt/vyatta/share/perl5/Vyatta completiondir = /etc/bash_completion.d initddir = /etc/init.d @@ -76,7 +75,6 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) - cd templates; $(cpiop) $(DESTDIR)$(cfgdir) mkdir -p $(DESTDIR)$(etc_shell_leveldir) cd etc/shell/level; $(cpiop) $(DESTDIR)$(etc_shell_leveldir) cd $(DESTDIR)/opt/vyatta/sbin; ln -s my_commit2 my_commit |