summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarat Nepomnyashy <marat@vyatta.com>2008-01-03 19:40:17 -0800
committerMarat Nepomnyashy <marat@vyatta.com>2008-01-03 19:40:17 -0800
commitcb8ce9cc1b8fb594a29e5ee7a49949c9d1c9ae1f (patch)
tree83163b2abf27956c76b90e22569ad1d78c53f33f /Makefile.am
parentc5c110bcc6439cbd20ff23365c47a66dab196ce5 (diff)
downloadvyatta-op-vpn-cb8ce9cc1b8fb594a29e5ee7a49949c9d1c9ae1f.tar.gz
vyatta-op-vpn-cb8ce9cc1b8fb594a29e5ee7a49949c9d1c9ae1f.zip
Moving root VPN operations template from repo/package 'vyatta-ravpn' to repo/package 'vyatta-op-vpn'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ac396d..316dfe1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,8 +31,8 @@ command_proc_show_vpn_LDADD = -lsablot
cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd
-#install-exec-hook:
-# mkdir -p $(DESTDIR)$(opdir)
-# cd templates; $(cpiop) $(DESTDIR)$(opdir)
+install-exec-hook:
+ mkdir -p $(DESTDIR)$(opdir)
+ cd templates; $(cpiop) $(DESTDIR)$(opdir)