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)