diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 14:01:46 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 14:01:46 -0700 |
commit | eb51e368fa9cc2d1a016b888512aa05b02392667 (patch) | |
tree | 6c94da0db0b2dc6d0f56897d14f3b4a2d594c1f9 /Makefile.am | |
parent | 42b11e866ee4cfc20059d5a1ad36c8eda3ba1ef9 (diff) | |
download | vyatta-op-eb51e368fa9cc2d1a016b888512aa05b02392667.tar.gz vyatta-op-eb51e368fa9cc2d1a016b888512aa05b02392667.zip |
rename op-templates
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 27e36d6..83419df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,4 +9,4 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ install-exec-hook: mkdir -p $(DESTDIR)$(opdir) - cd op-templates; $(cpiop) $(DESTDIR)$(opdir) + cd templates; $(cpiop) $(DESTDIR)$(opdir) |