diff options
author | Mohit Mehta <mohit@vyatta.com> | 2010-10-08 14:17:41 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2010-10-08 14:17:41 -0700 |
commit | fa6323b684ae2f95ad7fcb4e30b36c164e0e0f99 (patch) | |
tree | 5d5ef58a89a7eec1d405473be95315ae3b21ec0b | |
parent | 723988d663b54fac699ffd1d147f7f9ce38179f9 (diff) | |
download | vyatta-zone-fa6323b684ae2f95ad7fcb4e30b36c164e0e0f99.tar.gz vyatta-zone-fa6323b684ae2f95ad7fcb4e30b36c164e0e0f99.zip |
no directory for op-mode templates so remove install hook for it
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -19,6 +19,7 @@ libtool /debian/files /debian/*.log /debian/vyatta-zone +/debian/vyatta-zone.substvars /INSTALL /Makefile.in /Makefile diff --git a/Makefile.am b/Makefile.am index dd54d4c..0deeb65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,5 +13,3 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) cd templates-cfg; $(cpiop) $(DESTDIR)$(cfgdir) - mkdir -p $(DESTDIR)$(opdir) - cd templates-op; $(cpiop) $(DESTDIR)$(opdir) |