summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@build-vm.localdomain>2008-01-03 18:01:50 -0800
committerAn-Cheng Huang <ancheng@build-vm.localdomain>2008-01-03 18:01:50 -0800
commit019679fed5e2c45f443bb6127f48521311d3d6b9 (patch)
treee25c5b9fda40044e7d12b8e1dc0d538880582722 /Makefile.am
parent36a593e75ff799ebddbf65bff5111c76cbcd585f (diff)
downloadvyatta-op-vpn-019679fed5e2c45f443bb6127f48521311d3d6b9.tar.gz
vyatta-op-vpn-019679fed5e2c45f443bb6127f48521311d3d6b9.zip
fix livecd build error (non-existent templates dir).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 316dfe1..0ac396d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,8 +31,8 @@ command_proc_show_vpn_LDADD = -lsablot
cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd
-install-exec-hook:
- mkdir -p $(DESTDIR)$(opdir)
- cd templates; $(cpiop) $(DESTDIR)$(opdir)
+#install-exec-hook:
+# mkdir -p $(DESTDIR)$(opdir)
+# cd templates; $(cpiop) $(DESTDIR)$(opdir)