diff options
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) |