From de8b643eb1ff7c056f4e5e9c920387ed2d2d2a11 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 26 Oct 2010 16:58:08 -0700 Subject: Create vyatta-config-mgmt repo. --- Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..281bb8d --- /dev/null +++ b/Makefile.am @@ -0,0 +1,21 @@ +cfgdir = $(datadir)/vyatta-cfg/templates +opdir = $(datadir)/vyatta-op/templates +share_perl5dir = $(datarootdir)/perl5/Vyatta +bin_sudo_usersdir = $(bindir)/sudo-users + +sbin_SCRIPTS = scripts/vyatta-commit-push.pl +sbin_SCRIPTS += scripts/vyatta-commit-revs.pl +sbin_SCRIPTS += scripts/vyatta-config-mgmt.pl + +bin_sudo_users_SCRIPTS = + +share_perl5_DATA = lib/Vyatta/ConfigMgmt.pm + +cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ + cpio -0pd + +install-exec-hook: + mkdir -p $(DESTDIR)$(cfgdir) + cd templates-cfg; $(cpiop) $(DESTDIR)$(cfgdir) + mkdir -p $(DESTDIR)$(opdir) + cd templates-op; $(cpiop) $(DESTDIR)$(opdir) -- cgit v1.2.3