diff options
author | An-Cheng Huang <ancheng@build-vm.localdomain> | 2008-01-03 18:01:50 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@build-vm.localdomain> | 2008-01-03 18:01:50 -0800 |
commit | 019679fed5e2c45f443bb6127f48521311d3d6b9 (patch) | |
tree | e25c5b9fda40044e7d12b8e1dc0d538880582722 /Makefile.am | |
parent | 36a593e75ff799ebddbf65bff5111c76cbcd585f (diff) | |
download | vyatta-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.am | 6 |
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) |