summaryrefslogtreecommitdiff
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:21:58 +0100
commit2e5484db72737e303c45f51eebfbd739456de4ac (patch)
tree59eccc7d00899d1bffd6ba691221b84979edb4f2
parentf22e9ed51f5c3701383a7851abceee22dcd3da27 (diff)
Fix build_path expansion.
-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