summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-01 12:33:17 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-01 12:33:17 +0200
commite69fb6c45a59f3a2916767cd81b6245ae41f9e90 (patch)
tree36e5ce2fa01ab4376b996744a6a9703b3ac4ff33
parent9c80b9a30517576267634d202fbe126eca749c12 (diff)
downloadvyatta-cfg-system-e69fb6c45a59f3a2916767cd81b6245ae41f9e90.tar.gz
vyatta-cfg-system-e69fb6c45a59f3a2916767cd81b6245ae41f9e90.zip
T1579: after moving the last template code to vyos-1x do not install templates at all
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 41b218c1..346f5b43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-cfgdir = $(datadir)/vyatta-cfg/templates
bin_sudo_usersdir = $(bindir)/sudo-users
curverdir = $(sysconfdir)/config-migrate/current
checkparamsonrebootdir = $(bindir)/sudo-users/check-params-on-reboot.d
@@ -108,5 +107,3 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd
install-exec-hook:
- mkdir -p $(DESTDIR)$(cfgdir)
- cd templates; $(cpiop) $(DESTDIR)$(cfgdir)