summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMohit Mehta <mohit@vyatta.com>2010-10-08 14:17:41 -0700
committerMohit Mehta <mohit@vyatta.com>2010-10-08 14:17:41 -0700
commitfa6323b684ae2f95ad7fcb4e30b36c164e0e0f99 (patch)
tree5d5ef58a89a7eec1d405473be95315ae3b21ec0b /Makefile.am
parent723988d663b54fac699ffd1d147f7f9ce38179f9 (diff)
downloadvyatta-zone-fa6323b684ae2f95ad7fcb4e30b36c164e0e0f99.tar.gz
vyatta-zone-fa6323b684ae2f95ad7fcb4e30b36c164e0e0f99.zip
no directory for op-mode templates so remove install hook for it
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
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)