summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-26 18:21:58 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-26 18:23:53 +0100
commit846039b65b33e6813cc73486ad84431039f3a860 (patch)
tree5e87117e311682bbefb8d11f5932a1a3d83bf9d4 /Makefile
parent3c57fd5713d08ef2b4b29ff15775f57421bf8498 (diff)
Fix build_path expansion.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acf4f4f..b835f64 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,6 @@ build:
$(foreach config,$(shell find config -name '*.setup'),ikiwiki --setup $(config)$(avoid-broken-git)$(if $(always-make), --rebuild, --refresh);)
$(if $(wildcard forms),cd forms && find * -name '*.cgi' \
-exec install -DT '{}' ../build/forms/'{}' ';' \
- -exec perl -i -pe "s:'../build':'$(CURDIR)':g" ../build/forms/'{}' ';')
+ -exec perl -i -pe "s:'../build':'$(CURDIR)/build':g" ../build/forms/'{}' ';')
.PHONY: all build configfiles