diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-17 14:43:37 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-17 14:43:37 -0700 |
commit | 438ba2e6d8781b7e4a5b00e7cef1e24a9da69936 (patch) | |
tree | 1aca7a5ec4f77df179bea847907741be1cc4eed4 /Makefile.am | |
parent | 349dc0e30acddfbcfd455d8b709c0ac4d5fcf004 (diff) | |
download | vyatta-wanloadbalance-438ba2e6d8781b7e4a5b00e7cef1e24a9da69936.tar.gz vyatta-wanloadbalance-438ba2e6d8781b7e4a5b00e7cef1e24a9da69936.zip |
don't duplicate code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a109ed9..defb5ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,4 +46,5 @@ install-exec-hook: mkdir -p $(DESTDIR)$(ppphookdir) mkdir -p $(DESTDIR)$(cfgdir) cd templates; $(cpiop) $(DESTDIR)$(cfgdir) - find etc ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | cpio -0pd $(DESTDIR)
\ No newline at end of file + mkdir -p $(DESTDIR)/etc + cd etc; $(cpiop) $(DESTDIR)/etc |