commit 3d586c4e3fcfef66ddd99b1dce704d124c46cf58 parent 4708bdc77046c975082052c8182386a5de328744 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 23 Feb 2022 17:13:08 +0100 Fix the .htaccess file Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -62,4 +62,4 @@ install: .htaccess .htaccess: build_htaccess.sh @echo "Building $@" - @sh build_htaccess.sh $$(basename "$(PREFIX)") > $@ + @sh build_htaccess.sh /$$(basename "$(PREFIX)") > $@