summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 27e36d67b7f64c01cf90c2337b5e9a4137901e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
defaultdir	 = /etc/default
default_DATA	 = etc/default/vyatta
completiondir	 = /etc/bash_completion.d
completion_DATA	 = etc/bash_completion.d/vyatta-op
opdir		 = $(datadir)/vyatta-op/templates

cpiop = find  . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
	cpio -0pd

install-exec-hook:
	mkdir -p $(DESTDIR)$(opdir)
	cd op-templates; $(cpiop) $(DESTDIR)$(opdir)