summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59c7274..9cb0aa6 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ build:
set -e;\
$(foreach path,$(patsubst forms/%,%,$(wildcard forms/*.cgi forms/*/*.cgi)),\
install -DT 'forms/$(path)' 'build/forms/$(path)'; \
- perl -i -pe "s:'../build':'$(CURDIR)/build':g" 'build/forms/$(path)';\
+ perl -i -pe "s:'../build/:'$(CURDIR)/build/:g" 'build/forms/$(path)';\
$(foreach htmlstempath,$(path:%.cgi=build/html/%),\
$(if $(wildcard $(htmlstempath).tmpl),,cp $(htmlstempath).html $(htmlstempath).tmpl;)\
'build/forms/$(path)' > $(htmlstempath).html))