summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d29d7ae3cf06d5ef6f06a0ca6f2cd86b7ccdd271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
opdir		 = $(datadir)/vyatta-op/templates

bin_SCRIPTS	 = scripts/vyatta-show-queue

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

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