diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dd54d4c..0deeb65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,5 +13,3 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ install-exec-hook: mkdir -p $(DESTDIR)$(cfgdir) cd templates-cfg; $(cpiop) $(DESTDIR)$(cfgdir) - mkdir -p $(DESTDIR)$(opdir) - cd templates-op; $(cpiop) $(DESTDIR)$(opdir) |