summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Grennan <tgrennan@vyatta.com>2007-09-17 14:01:46 -0700
committerTom Grennan <tgrennan@vyatta.com>2007-09-17 14:01:46 -0700
commiteb51e368fa9cc2d1a016b888512aa05b02392667 (patch)
tree6c94da0db0b2dc6d0f56897d14f3b4a2d594c1f9 /Makefile.am
parent42b11e866ee4cfc20059d5a1ad36c8eda3ba1ef9 (diff)
downloadvyatta-op-eb51e368fa9cc2d1a016b888512aa05b02392667.tar.gz
vyatta-op-eb51e368fa9cc2d1a016b888512aa05b02392667.zip
rename op-templates
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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)